aboutsummaryrefslogtreecommitdiffstats
path: root/cram.c
diff options
context:
space:
mode:
Diffstat (limited to 'cram.c')
-rw-r--r--cram.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cram.c b/cram.c
index 765be353..df7c3d1f 100644
--- a/cram.c
+++ b/cram.c
@@ -124,7 +124,9 @@ int do_cram_md5 (int sock, struct query *ctl)
/* ship the authentication back, accept the server's responses */
/* PMDF5.2 IMAP has a bug that requires this to be a single write */
+ suppress_tags = TRUE;
result = gen_transact(sock, buf1, sizeof(buf1));
+ suppress_tags = FALSE;
if (result)
return(result);
else