summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-22 09:06:11 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-22 09:06:11 +0800
commit8cb3ba350919426b51ad9774e6bd67fbacc1cd22 (patch)
tree0dc2ad68aacd39a91cb83b652263cf49ba9a8479
parent6c5cba4d0c51cf289cb2249b79546a9273a60a91 (diff)
downloadpttbbs-8cb3ba350919426b51ad9774e6bd67fbacc1cd22.tar
pttbbs-8cb3ba350919426b51ad9774e6bd67fbacc1cd22.tar.gz
pttbbs-8cb3ba350919426b51ad9774e6bd67fbacc1cd22.tar.bz2
pttbbs-8cb3ba350919426b51ad9774e6bd67fbacc1cd22.tar.lz
pttbbs-8cb3ba350919426b51ad9774e6bd67fbacc1cd22.tar.xz
pttbbs-8cb3ba350919426b51ad9774e6bd67fbacc1cd22.tar.zst
pttbbs-8cb3ba350919426b51ad9774e6bd67fbacc1cd22.zip
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@886 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/mbbsd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/pttbbs/mbbsd/mbbsd.c b/pttbbs/mbbsd/mbbsd.c
index 688bd0c9..e5815c2d 100644
--- a/pttbbs/mbbsd/mbbsd.c
+++ b/pttbbs/mbbsd/mbbsd.c
@@ -1,4 +1,4 @@
-/* $Id: mbbsd.c,v 1.81 2003/05/20 02:03:35 bbs Exp $ */
+/* $Id: mbbsd.c,v 1.82 2003/05/22 01:06:11 in2 Exp $ */
#include "bbs.h"
#define SOCKET_QLEN 4
@@ -914,8 +914,6 @@ do_aloha(char *hello)
snprintf(genbuf, sizeof(genbuf), hello);
while (fgets(userid, 80, fp)) {
userinfo_t *uentp;
- int tuid;
-
if ((uentp = (userinfo_t *) search_ulist_userid(userid)) &&
isvisible(uentp, currutmp)) {
my_write(uentp->pid, genbuf, uentp->userid, 2, NULL);