summaryrefslogtreecommitdiff
path: root/libproto/pop/pop3_pass.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/pop/pop3_pass.c')
-rw-r--r--libproto/pop/pop3_pass.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libproto/pop/pop3_pass.c b/libproto/pop/pop3_pass.c
index 30f823f96..d72c511f2 100644
--- a/libproto/pop/pop3_pass.c
+++ b/libproto/pop/pop3_pass.c
@@ -35,10 +35,10 @@ mu_pop3_pass (mu_pop3_t pop3, const char *passwd)
switch (pop3->state)
{
case MU_POP3_NO_STATE:
- if (mu_pop3_trace_mask (pop3, MU_POP3_TRACE_QRY, XSCRIPT_SECURE))
- _mu_pop3_xscript_level (pop3, XSCRIPT_SECURE);
+ if (mu_pop3_trace_mask (pop3, MU_POP3_TRACE_QRY, MU_XSCRIPT_SECURE))
+ _mu_pop3_xscript_level (pop3, MU_XSCRIPT_SECURE);
status = mu_pop3_writeline (pop3, "PASS %s\r\n", passwd);
- _mu_pop3_xscript_level (pop3, XSCRIPT_NORMAL);
+ _mu_pop3_xscript_level (pop3, MU_XSCRIPT_NORMAL);
MU_POP3_CHECK_ERROR (pop3, status);
/* FIXME: how to obscure the passwd in the stream buffer? */
MU_POP3_FCLR (pop3, MU_POP3_ACK);

Return to:

Send suggestions and report system problems to the System administrator.