summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-25 03:48:14 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-25 03:48:14 +0800
commit17b87448230103f13081c7c3bfa6c9ec7ff8100b (patch)
treefee90d4a5ecb47b3a6a789b54dc8228d70672701 /mbbsd/mbbsd.c
parent22fd324e2bd55d539e9b8ec1efd80e9a7d95ba05 (diff)
downloadpttbbs-17b87448230103f13081c7c3bfa6c9ec7ff8100b.tar
pttbbs-17b87448230103f13081c7c3bfa6c9ec7ff8100b.tar.gz
pttbbs-17b87448230103f13081c7c3bfa6c9ec7ff8100b.tar.bz2
pttbbs-17b87448230103f13081c7c3bfa6c9ec7ff8100b.tar.lz
pttbbs-17b87448230103f13081c7c3bfa6c9ec7ff8100b.tar.xz
pttbbs-17b87448230103f13081c7c3bfa6c9ec7ff8100b.tar.zst
pttbbs-17b87448230103f13081c7c3bfa6c9ec7ff8100b.zip
remove sort_utmp() (in shmctl utmpsortd now)
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@646 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index f0431a12..2ef59687 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1,4 +1,4 @@
-/* $Id: mbbsd.c,v 1.64 2003/01/19 01:29:40 in2 Exp $ */
+/* $Id: mbbsd.c,v 1.65 2003/01/24 19:48:14 in2 Exp $ */
#include "bbs.h"
#define SOCKET_QLEN 4
@@ -449,7 +449,6 @@ multi_user_check()
return; /* don't check sysops */
if (cuser.userlevel) {
- sort_utmp();
if (!(ui = (userinfo_t *) search_ulist(usernum)))
return; /* user isn't logged in */