* use eUsrAxlvl all over the place
[citadel.git] / citadel / policy.c
index acfb916442e3880bec85fbeda49178751a5b6d12..52d3c697d894af4979a05bcac46b3bab6d4b9425 100644 (file)
@@ -138,7 +138,7 @@ void cmd_spex(char *argbuf) {
                return;
        }
 
-       if (CC->user.axlevel < 6) {
+       if (CC->user.axlevel < AxAideU) {
                cprintf("%d Higher access required.\n",
                        ERROR + HIGHER_ACCESS_REQUIRED);
                return;