summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-04-08 22:21:28 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-04-08 22:21:28 +0800
commit8fa7572e82e99ab32ce2568f83e150c5cab42a32 (patch)
tree3d9049d4cb5f5643941d48d6a7c08312ab4d47aa
parent117aa70feb452be5b771f5b31104b8baa62d2e75 (diff)
downloadpttbbs-8fa7572e82e99ab32ce2568f83e150c5cab42a32.tar
pttbbs-8fa7572e82e99ab32ce2568f83e150c5cab42a32.tar.gz
pttbbs-8fa7572e82e99ab32ce2568f83e150c5cab42a32.tar.bz2
pttbbs-8fa7572e82e99ab32ce2568f83e150c5cab42a32.tar.lz
pttbbs-8fa7572e82e99ab32ce2568f83e150c5cab42a32.tar.xz
pttbbs-8fa7572e82e99ab32ce2568f83e150c5cab42a32.tar.zst
pttbbs-8fa7572e82e99ab32ce2568f83e150c5cab42a32.zip
blame on dirty code.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3333 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index fa4de3c1..1f9b2130 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -578,6 +578,7 @@ static void email_justify(const userec_t *muser)
" " BBSENAME " - [ %s ]", getregcode(genbuf));
strlcpy(tmp, cuser.userid, sizeof(tmp));
+ // XXX dirty, set userid=SYSOP
strlcpy(cuser.userid, str_sysop, sizeof(cuser.userid));
#ifdef HAVEMOBILE
if (strcmp(muser->email, "m") == 0 || strcmp(muser->email, "M") == 0)