summaryrefslogtreecommitdiff
path: root/mailbox/xscript-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/xscript-stream.c')
-rw-r--r--mailbox/xscript-stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailbox/xscript-stream.c b/mailbox/xscript-stream.c
index 054ced12c..41f28ec2e 100644
--- a/mailbox/xscript-stream.c
+++ b/mailbox/xscript-stream.c
@@ -107,7 +107,7 @@ print_transcript (struct _mu_xscript_stream *str, int flag,
if (str->flags & TRANS_DISABLED)
return;
- if (str->level == XSCRIPT_PAYLOAD)
+ if (str->level == MU_XSCRIPT_PAYLOAD)
{
mu_stream_printf (str->logstr, "(data...)\n");
str->flags |= TRANS_DISABLED;
@@ -121,7 +121,7 @@ print_transcript (struct _mu_xscript_stream *str, int flag,
if (p > buf && p[-1] == '\r')
len--;
- if (str->level == XSCRIPT_SECURE)
+ if (str->level == MU_XSCRIPT_SECURE)
{
size_t i;

Return to:

Send suggestions and report system problems to the System administrator.