diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-01-02 21:33:32 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-01-02 21:33:32 +0800 |
commit | d2b48de005404fad6f27dfb575d2807ab8520992 (patch) | |
tree | 06c52e94a808a248c3361da15d98a3c36033b626 | |
parent | feef527b85c1b9d280f284937ed2a4d632c501b8 (diff) | |
download | pttbbs-d2b48de005404fad6f27dfb575d2807ab8520992.tar pttbbs-d2b48de005404fad6f27dfb575d2807ab8520992.tar.gz pttbbs-d2b48de005404fad6f27dfb575d2807ab8520992.tar.bz2 pttbbs-d2b48de005404fad6f27dfb575d2807ab8520992.tar.lz pttbbs-d2b48de005404fad6f27dfb575d2807ab8520992.tar.xz pttbbs-d2b48de005404fad6f27dfb575d2807ab8520992.tar.zst pttbbs-d2b48de005404fad6f27dfb575d2807ab8520992.zip |
NOKILLWATERBALL: dirty hack
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1448 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/mbbsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 147536e0..4a2808bd 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -358,6 +358,8 @@ void write_request(int sig) { int i; + if( !currutmp->msgcount ) /* dirty hack */ + return; #ifdef NOKILLWATERBALL reentrant_write_request = 1; #endif |