diff options
Diffstat (limited to 'mbbsd/syspost.c')
-rw-r--r-- | mbbsd/syspost.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/syspost.c b/mbbsd/syspost.c index 447e00e3..8c8e3d12 100644 --- a/mbbsd/syspost.c +++ b/mbbsd/syspost.c @@ -62,6 +62,8 @@ 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"))) |