summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 74a7f9c5..5c4cdf3e 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -159,7 +159,7 @@ setupmailusage(void)
int
chkmailbox(void)
{
- if (!HAVE_PERM(PERM_SYSOP) && !HAVE_PERM(PERM_MAILLIMIT)) {
+ if (!HasUserPerm(PERM_SYSOP) && !HasUserPerm(PERM_MAILLIMIT)) {
if(!mailkeep) setupmailusage();
m_init();
if (mailkeep > mailmaxkeep) {