summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-16 16:30:48 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-16 16:30:48 +0800
commit86c0d7458eee83cde3e35abbba85b66337076262 (patch)
tree1dc809b9c423f2faac7f21e7b1cf3b916126f001
parentcf62c6d70dcbe8cc6bb6cbf72377a60c2363e212 (diff)
downloadpttbbs-86c0d7458eee83cde3e35abbba85b66337076262.tar
pttbbs-86c0d7458eee83cde3e35abbba85b66337076262.tar.gz
pttbbs-86c0d7458eee83cde3e35abbba85b66337076262.tar.bz2
pttbbs-86c0d7458eee83cde3e35abbba85b66337076262.tar.lz
pttbbs-86c0d7458eee83cde3e35abbba85b66337076262.tar.xz
pttbbs-86c0d7458eee83cde3e35abbba85b66337076262.tar.zst
pttbbs-86c0d7458eee83cde3e35abbba85b66337076262.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@858 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/admin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 9ffe5a08..29145dd7 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1,4 +1,4 @@
-/* $Id: admin.c,v 1.41 2003/05/16 08:25:10 ptt Exp $ */
+/* $Id: admin.c,v 1.42 2003/05/16 08:30:48 ptt Exp $ */
#include "bbs.h"
/* 使用者管理 */
@@ -92,6 +92,7 @@ search_key_user(char *passwdfile, int mode)
setfriendfile(friendfile, FRIEND_SPECIAL);
}
friend_add(user.userid, FRIEND_SPECIAL, keymatch);
+ break;
}
if (ch == ' ')
break;