From ba5d17c8b5bd2d867ceb1e1729f60003101218d8 Mon Sep 17 00:00:00 2001 From: in2 Date: Fri, 28 Jun 2002 14:20:12 +0000 Subject: fix bug(last commit) git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@373 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/outmail.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util') diff --git a/util/outmail.c b/util/outmail.c index c66929cb..1c282d61 100644 --- a/util/outmail.c +++ b/util/outmail.c @@ -1,4 +1,4 @@ -/* $Id: outmail.c,v 1.2 2002/06/28 14:17:22 in2 Exp $ */ +/* $Id: outmail.c,v 1.3 2002/06/28 14:20:12 in2 Exp $ */ #include #include #include @@ -129,7 +129,6 @@ int connectMailServer(char *servername, int serverport) if(connect(sock, (struct sockaddr *)&addr, sizeof(addr)) < 0) { printf("servername: %s\n", servername); perror(servername); - exit(0); close(sock); return -1; } -- cgit v1.2.3