From 93ac70bdc80094ebec0fe4b583ebd438b3c78ab2 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 17 Jul 2006 18:54:16 +0000 Subject: [PATCH] Restored --- mbcico/opentcp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/mbcico/opentcp.c b/mbcico/opentcp.c index 3dd13692..9012b242 100644 --- a/mbcico/opentcp.c +++ b/mbcico/opentcp.c @@ -132,8 +132,6 @@ int opentcp(char *name) return -1; } -Syslog('-', "1"); - signal(SIGPIPE, sigpipe); signal(SIGHUP, linedrop); @@ -144,7 +142,6 @@ Syslog('-', "1"); close(0); close(1); -Syslog('-', "2"); if ((fd = socket(AF_INET,SOCK_STREAM,0)) != 0) { WriteError("$Cannot create socket (got %d, expected 0)", fd); open("/dev/null",O_RDONLY);