summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-28 22:20:12 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-28 22:20:12 +0800
commitba5d17c8b5bd2d867ceb1e1729f60003101218d8 (patch)
treeb1b053b3d5a1576f790edea1ddc74c3ec925aae4 /util
parent41f0426a8032b8afd7de7142245fa797a630b19e (diff)
downloadpttbbs-ba5d17c8b5bd2d867ceb1e1729f60003101218d8.tar
pttbbs-ba5d17c8b5bd2d867ceb1e1729f60003101218d8.tar.gz
pttbbs-ba5d17c8b5bd2d867ceb1e1729f60003101218d8.tar.bz2
pttbbs-ba5d17c8b5bd2d867ceb1e1729f60003101218d8.tar.lz
pttbbs-ba5d17c8b5bd2d867ceb1e1729f60003101218d8.tar.xz
pttbbs-ba5d17c8b5bd2d867ceb1e1729f60003101218d8.tar.zst
pttbbs-ba5d17c8b5bd2d867ceb1e1729f60003101218d8.zip
fix bug(last commit)
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@373 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/outmail.c3
1 files changed, 1 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -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;
}