summaryrefslogtreecommitdiffstats
path: root/imap/auth_cram.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-21 11:30:28 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-21 11:30:28 +0000
commit2526f63a480644c2b70494cbbbc3c9ce19f682f7 (patch)
treedd2f8f113fdd234aee6f47b3e1bc16c14952fcd5 /imap/auth_cram.c
parentd249f685cd736d45c46a8f26ffe4a0268768d6f8 (diff)
patch-bac.command-2
Diffstat (limited to 'imap/auth_cram.c')
-rw-r--r--imap/auth_cram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap/auth_cram.c b/imap/auth_cram.c
index 00e0f0d9..f41ef4c5 100644
--- a/imap/auth_cram.c
+++ b/imap/auth_cram.c
@@ -58,7 +58,7 @@ imap_auth_res_t imap_auth_cram_md5 (IMAP_DATA* idata)
* correspond to that of an RFC 822 'msg-id' [RFC822] as described in [POP3].
*/
do
- rc = imap_cmd_resp (idata);
+ rc = imap_cmd_step (idata);
while (rc == IMAP_CMD_CONTINUE);
if (rc != IMAP_CMD_RESPOND)
@@ -103,7 +103,7 @@ imap_auth_res_t imap_auth_cram_md5 (IMAP_DATA* idata)
mutt_socket_write (idata->conn, ibuf);
do
- rc = imap_cmd_resp (idata);
+ rc = imap_cmd_step (idata);
while (rc == IMAP_CMD_CONTINUE);
if (rc != IMAP_CMD_DONE)