From 282c3db2915ed53305bc92b87f76b1e71f716c54 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 5 Aug 1999 10:03:51 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6748 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/test/tcp_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/test/tcp_server.c b/appl/test/tcp_server.c index 23c5e9db7..18b32c9c0 100644 --- a/appl/test/tcp_server.c +++ b/appl/test/tcp_server.c @@ -154,7 +154,7 @@ proto (int sock, const char *service) static int doit (int port, const char *service) { - mini_inted (port); + mini_inetd (port); return proto (STDIN_FILENO, service); }