From 56d6f9fbd9a0ae0a644e8b4f6b60fccb53574835 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 15 Aug 2010 13:02:47 +0000 Subject: [PATCH] * cmd_spex (): the new 'roompolicy' thing was missing here too. --- citadel/modules/expire/expire_policy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/citadel/modules/expire/expire_policy.c b/citadel/modules/expire/expire_policy.c index f1d144943..bc5d155d8 100644 --- a/citadel/modules/expire/expire_policy.c +++ b/citadel/modules/expire/expire_policy.c @@ -129,7 +129,8 @@ void cmd_spex(char *argbuf) { return; } - if (!strcasecmp(which, "room")) { + if (!strcasecmp(which, strof(roompolicy))|| + !strcasecmp(which, "room")) { if (!is_room_aide()) { cprintf("%d Higher access required.\n", ERROR + HIGHER_ACCESS_REQUIRED); -- 2.30.2