diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-01 08:40:28 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-01 08:40:28 +0800 |
commit | 914084b55532410237b7d11d81a5ec28ff59747c (patch) | |
tree | c3254edfec9494371a9a140eda991d0f15f7bd68 /mbbsd | |
parent | 78623931514f6b4894d82e050a3c8b668193b4a8 (diff) | |
download | pttbbs-914084b55532410237b7d11d81a5ec28ff59747c.tar pttbbs-914084b55532410237b7d11d81a5ec28ff59747c.tar.gz pttbbs-914084b55532410237b7d11d81a5ec28ff59747c.tar.bz2 pttbbs-914084b55532410237b7d11d81a5ec28ff59747c.tar.lz pttbbs-914084b55532410237b7d11d81a5ec28ff59747c.tar.xz pttbbs-914084b55532410237b7d11d81a5ec28ff59747c.tar.zst pttbbs-914084b55532410237b7d11d81a5ec28ff59747c.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@266 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/bbs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index aec95937..0191bada 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1,4 +1,4 @@ -/* $Id: bbs.c,v 1.45 2002/06/01 00:34:49 ptt Exp $ */ +/* $Id: bbs.c,v 1.46 2002/06/01 00:40:28 ptt Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -188,6 +188,7 @@ static void readdoent(int num, fileheader_t *ent) { if(!strncmp(title,"[¤½§i]",6)) special=1; if(!strchr(ent->owner, '.') && (uid=searchuser(ent->owner)) && + search_ulist(uid) && isvisible_uid(uid)) isonline=1; |