From e7a2ba41e33b29c61637275721981adc1c544e7f Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 27 Oct 2013 16:24:03 +0000 Subject: email: Corrected a couple of typos from 1e39b95682781f --- lib/pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pop3.c') diff --git a/lib/pop3.c b/lib/pop3.c index d4075f4b3..79ce43ecb 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -990,7 +990,7 @@ static CURLcode pop3_state_auth_cram_resp(struct connectdata *conn, } else { /* Create the response message */ - result = Curl_sasl_create_cram_md5_message(data, chlg64, conn->user, + result = Curl_sasl_create_cram_md5_message(data, chlg, conn->user, conn->passwd, &rplyb64, &len); if(!result && rplyb64) { /* Send the response */ -- cgit v1.2.3