summaryrefslogtreecommitdiff
path: root/imap4d/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/util.c')
-rw-r--r--imap4d/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/imap4d/util.c b/imap4d/util.c
index af081fecc..73d4031df 100644
--- a/imap4d/util.c
+++ b/imap4d/util.c
@@ -677,13 +677,13 @@ set_xscript_level (int xlev)
{
if (imap4d_transcript)
{
- if (xlev != XSCRIPT_NORMAL)
+ if (xlev != MU_XSCRIPT_NORMAL)
{
- mu_log_level_t n = xlev == XSCRIPT_SECURE ?
+ mu_log_level_t n = xlev == MU_XSCRIPT_SECURE ?
MU_DEBUG_TRACE6 : MU_DEBUG_TRACE7;
if (mu_global_debug_level ("imap4") & MU_DEBUG_LEVEL_MASK (n))
- return XSCRIPT_NORMAL;
+ return MU_XSCRIPT_NORMAL;
}
if (mu_stream_ioctl (iostream, MU_IOCTL_LEVEL, &xlev) == 0)

Return to:

Send suggestions and report system problems to the System administrator.