Package: simpleproxy
Severity: minor

There is a typo in the syslog message ("inted" instead of
"inetd"). Patch attached.

--- simpleproxy.c.orig	2005-08-26 06:45:46.000000000 +0200
+++ simpleproxy.c	2008-06-10 10:07:14.000000000 +0200
@@ -441,12 +441,12 @@
         SrcSockFD = 0; // stdin
         
         log(LOG_NOTICE,
-            "Connect (inted->%s:%d)",
+            "Connect (inetd->%s:%d)",
             (rhost && *rhost)? rhost: "localhost", rportn);
         
-        process_remote(rhost, rportn, "inted");
+        process_remote(rhost, rportn, "inetd");
         log(LOG_NOTICE,
-            "Connect (inted->%s:%d) closed",
+            "Connect (inetd->%s:%d) closed",
             (rhost && *rhost)? rhost: "localhost", rportn);
     }    
     return 0;

Reply via email to