summaryrefslogtreecommitdiff
path: root/libproto/pop/pop3_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/pop/pop3_stream.c')
-rw-r--r--libproto/pop/pop3_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libproto/pop/pop3_stream.c b/libproto/pop/pop3_stream.c
index bd2bd078f..25fdba691 100644
--- a/libproto/pop/pop3_stream.c
+++ b/libproto/pop/pop3_stream.c
@@ -185,7 +185,7 @@ _pop3_event_cb (mu_stream_t str, int ev, int flags)
if (mu_stream_ioctl (str, MU_IOCTL_GET_TRANSPORT, trans) == 0)
{
struct mu_pop3_stream *sp = (struct mu_pop3_stream *) trans[0];
- _mu_pop3_xscript_level (sp->pop3, XSCRIPT_NORMAL);
+ _mu_pop3_xscript_level (sp->pop3, MU_XSCRIPT_NORMAL);
sp->pop3->state = MU_POP3_NO_STATE;
}
}

Return to:

Send suggestions and report system problems to the System administrator.