diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-11-16 04:51:16 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-11-16 04:51:16 +0800 |
commit | e0a5fdf358d0b5af09649f66f50bd1b02616dfcb (patch) | |
tree | b1805b44cb349570890378bb2a2f2957992ce738 /mbbsd/syspost.c | |
parent | fafe4c7e70de4e770f6bf7f42306957330aaadea (diff) | |
download | pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.gz pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.bz2 pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.lz pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.xz pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.tar.zst pttbbs-e0a5fdf358d0b5af09649f66f50bd1b02616dfcb.zip |
fix bug for new feature.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3242 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/syspost.c')
-rw-r--r-- | mbbsd/syspost.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/syspost.c b/mbbsd/syspost.c index 8c8e3d12..447e00e3 100644 --- a/mbbsd/syspost.c +++ b/mbbsd/syspost.c @@ -62,8 +62,6 @@ post_change_perm(int oldperm, int newperm, const char *sysopid, const char *user char genbuf[200], reason[30]; int i, flag = 0; - sendalert(userid, ALERT_RELOAD_PERM); - setbpath(genbuf, "Security"); stampfile(genbuf, &fhdr); if (!(fp = fopen(genbuf, "w"))) |