mirror of
https://github.com/moparisthebest/imapfilter
synced 2025-03-11 07:00:06 -04:00
Correct CRAM-MD5 authentication timeout problem
After successful login with the CRAM-MD5 mechanism, a timeout happens while a server response is anticipated.
This commit is contained in:
parent
e51afea6eb
commit
cf5e003082
@ -68,6 +68,6 @@ auth_cram_md5(session *ssn, const char *user, const char *pass)
|
||||
} else
|
||||
return -1;
|
||||
|
||||
return response_authenticate(ssn, t, NULL);
|
||||
return response_generic(ssn, t);
|
||||
}
|
||||
#endif /* NO_CRAMMD5 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user