From 8b75b053e71927943b4b9b6c993c3df8bc20cb4a Mon Sep 17 00:00:00 2001 From: ptt Date: Mon, 8 Apr 2002 14:44:45 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@90 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 97c9dd0e..a9853781 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.17 2002/03/29 16:22:53 ptt Exp $ */ +/* $Id: mbbsd.c,v 1.18 2002/04/08 14:44:45 ptt Exp $ */ #include #include #include @@ -526,7 +526,7 @@ multi_user_check () } else{ /* allow multiple guest user */ - if (search_ulistn(usernum, 100)!=NULL){ + if (search_ulistn(usernum, 300)!=NULL){ outs ("\n抱歉,目前已有太多 guest, 請稍後再試。\n"); pressanykey (); oflush (); -- cgit v1.2.3