]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
imap: Fixed typo in variable assignment
authorSteve Holme <steve_holme@hotmail.com>
Sun, 3 Mar 2013 13:13:59 +0000 (13:13 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 3 Mar 2013 13:13:59 +0000 (13:13 +0000)
lib/imap.c

index f1566b361aee610d59ccca7482f2feb85929dbd1..6ed887abe3abde116cb5dc810b4cd9e480c9b746 100644 (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