summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-23 11:19:01 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-23 11:19:01 +0800
commit9f968c8886542a57ef9a9c56730857252100acd7 (patch)
treeb771ff4bf4d81586726230d181fc87836207a0b1 /mbbsd/user.c
parent592c2af2c653d8525e9809effb4dddb2b6d9ff96 (diff)
downloadpttbbs-9f968c8886542a57ef9a9c56730857252100acd7.tar
pttbbs-9f968c8886542a57ef9a9c56730857252100acd7.tar.gz
pttbbs-9f968c8886542a57ef9a9c56730857252100acd7.tar.bz2
pttbbs-9f968c8886542a57ef9a9c56730857252100acd7.tar.lz
pttbbs-9f968c8886542a57ef9a9c56730857252100acd7.tar.xz
pttbbs-9f968c8886542a57ef9a9c56730857252100acd7.tar.zst
pttbbs-9f968c8886542a57ef9a9c56730857252100acd7.zip
debug of segfault on userlist
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1821 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 4a544620..4a531d10 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1500,7 +1500,7 @@ u_list_CB(int num, userec_t * uentp)
permstr[0] = 'S';
else if (level & PERM_ACCOUNTS)
permstr[0] = 'A';
- else if (level & PERM_DENYPOST)
+ else if (level & PERM_SYSOPHIDE)
permstr[0] = 'p';
if (level & (PERM_BOARD))