summaryrefslogtreecommitdiff
path: root/pop3d/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/user.c')
-rw-r--r--pop3d/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/user.c b/pop3d/user.c
index 414763853..e6801b069 100644
--- a/pop3d/user.c
+++ b/pop3d/user.c
@@ -102,7 +102,7 @@ pop3d_user (char *arg)
pop3d_outf ("+OK\n");
pop3d_flush_output ();
- xscript_level = set_xscript_level (XSCRIPT_SECURE);
+ xscript_level = set_xscript_level (MU_XSCRIPT_SECURE);
buf = pop3d_readline (buffer, sizeof (buffer));
pop3d_parse_command (buf, &cmd, &pass);
set_xscript_level (xscript_level);

Return to:

Send suggestions and report system problems to the System administrator.