summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-04 13:38:52 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-04 13:38:52 +0800
commit0009127361b92e7a0a1c409b0e3915c237b283df (patch)
treefe58b6a86cdfd69e5259ca9eaececefbfa83f0a9 /util
parent0b4f12f09ad2f8b7b3c4ef2e1ea78899f7089904 (diff)
downloadpttbbs-0009127361b92e7a0a1c409b0e3915c237b283df.tar
pttbbs-0009127361b92e7a0a1c409b0e3915c237b283df.tar.gz
pttbbs-0009127361b92e7a0a1c409b0e3915c237b283df.tar.bz2
pttbbs-0009127361b92e7a0a1c409b0e3915c237b283df.tar.lz
pttbbs-0009127361b92e7a0a1c409b0e3915c237b283df.tar.xz
pttbbs-0009127361b92e7a0a1c409b0e3915c237b283df.tar.zst
pttbbs-0009127361b92e7a0a1c409b0e3915c237b283df.zip
remove debug message
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1293 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/outmail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/outmail.c b/util/outmail.c
index 10a7b6f9..861bae49 100644
--- a/util/outmail.c
+++ b/util/outmail.c
@@ -86,7 +86,6 @@ void doSendBody(int sock, FILE *fp, char *from, char *to, char *subject) {
"X-Disclaimer: [" BBSNAME "]對本信內容恕不負責\r\n\r\n",
from, from, to, subject, starttime,
(msgid += (int)(random() >> 24)));
- printf("%x\n", msgid);
write(sock, buf, n);
while(fgets(buf, sizeof(buf), fp)) {