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
commit12f11b07ee0659185e6853c7cc4d8a7bf0317083 (patch)
tree9f826de4e7b1786cc566b605242fcbd0b911944a
parent969cf2355fa24662973f8b305f3b7a7236e6d898 (diff)
downloadpttbbs-12f11b07ee0659185e6853c7cc4d8a7bf0317083.tar
pttbbs-12f11b07ee0659185e6853c7cc4d8a7bf0317083.tar.gz
pttbbs-12f11b07ee0659185e6853c7cc4d8a7bf0317083.tar.bz2
pttbbs-12f11b07ee0659185e6853c7cc4d8a7bf0317083.tar.lz
pttbbs-12f11b07ee0659185e6853c7cc4d8a7bf0317083.tar.xz
pttbbs-12f11b07ee0659185e6853c7cc4d8a7bf0317083.tar.zst
pttbbs-12f11b07ee0659185e6853c7cc4d8a7bf0317083.zip
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@886 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/mbbsd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 688bd0c9..e5815c2d 100644
--- a/mbbsd/mbbsd.c
+++ b/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);