summaryrefslogtreecommitdiff
path: root/imap4d/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/io.c')
-rw-r--r--imap4d/io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap4d/io.c b/imap4d/io.c
index fcae10707..726cfaa0d 100644
--- a/imap4d/io.c
+++ b/imap4d/io.c
@@ -243,7 +243,7 @@ io_format_completion_response (mu_stream_t str,
if (new_state != STATE_NONE)
{
if (new_state == STATE_AUTH)
- set_xscript_level (XSCRIPT_NORMAL);
+ set_xscript_level (MU_XSCRIPT_NORMAL);
state = new_state;
}
@@ -574,7 +574,7 @@ imap4d_readline (struct imap4d_tokbuf *tok)
char *sp = NULL;
char *buf;
size_t len;
- int xlev = set_xscript_level (XSCRIPT_PAYLOAD);
+ int xlev = set_xscript_level (MU_XSCRIPT_PAYLOAD);
number = strtoul (last_arg + 1, &sp, 10);
/* Client can ask for non-synchronised literal,

Return to:

Send suggestions and report system problems to the System administrator.