summaryrefslogtreecommitdiff
path: root/imap4d/imap4d.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/imap4d.c')
-rw-r--r--imap4d/imap4d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 340c2bb15..a5b29e0ed 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -422,7 +422,8 @@ imap4d_mainloop (int fd, FILE *infile, FILE *outfile)
RESP_PREAUTH : RESP_OK, "%s", text);
io_flush ();
- set_xscript_level ((state == STATE_AUTH) ? XSCRIPT_NORMAL : XSCRIPT_SECURE);
+ set_xscript_level ((state == STATE_AUTH) ?
+ MU_XSCRIPT_NORMAL : MU_XSCRIPT_SECURE);
tokp = imap4d_tokbuf_init ();
while (1)

Return to:

Send suggestions and report system problems to the System administrator.