From 8fa7572e82e99ab32ce2568f83e150c5cab42a32 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 8 Apr 2006 14:21:28 +0000 Subject: blame on dirty code. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3333 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd') 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) -- cgit v1.2.3