From: Steve Holme Date: Sun, 3 Mar 2013 13:13:59 +0000 (+0000) Subject: imap: Fixed typo in variable assignment X-Git-Tag: curl-7_30_0~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1ebf4bda110dda64b89bffcf7286dda908d3689;p=thirdparty%2Fcurl.git imap: Fixed typo in variable assignment --- diff --git a/lib/imap.c b/lib/imap.c index f1566b361a..6ed887abe3 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -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