1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

imap: Fixed typo in variable assignment

This commit is contained in:
Steve Holme 2013-03-03 13:13:59 +00:00
parent 284ea5f924
commit b1ebf4bda1

View File

@ -1928,7 +1928,7 @@ static CURLcode imap_logout(struct connectdata *conn)
*/
static CURLcode imap_disconnect(struct connectdata *conn, bool dead_connection)
{
struct imap_conn *imapc= &conn->proto.imapc;
struct imap_conn *imapc = &conn->proto.imapc;
/* We cannot send quit unconditionally. If this connection is stale or
bad in any way, sending quit and waiting around here will make the