diff options
-rw-r--r-- | lib/smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smtp.c b/lib/smtp.c index 8e30a035a..fc080ee9b 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -911,7 +911,7 @@ static CURLcode smtp_state_auth_ntlm_type2msg_resp(struct connectdata *conn, /* For the final responses to the AUTH sequence */ static CURLcode smtp_state_auth_final_resp(struct connectdata *conn, - int smtpcode, + int smtpcode, smtpstate instate) { CURLcode result = CURLE_OK; |