summaryrefslogtreecommitdiff
path: root/libproto/pop/pop3_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/pop/pop3_trace.c')
-rw-r--r--libproto/pop/pop3_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libproto/pop/pop3_trace.c b/libproto/pop/pop3_trace.c
index 514ac3cad..5fa3d95d6 100644
--- a/libproto/pop/pop3_trace.c
+++ b/libproto/pop/pop3_trace.c
@@ -144,7 +144,7 @@ _mu_pop3_xscript_level (mu_pop3_t pop3, int xlev)
{
if (mu_stream_ioctl (pop3->carrier, MU_IOCTL_LEVEL, &xlev) == 0)
return xlev;
- return XSCRIPT_NORMAL;
+ return MU_XSCRIPT_NORMAL;
}

Return to:

Send suggestions and report system problems to the System administrator.