imap: Fixed typo in variable assignment
This commit is contained in:
parent
284ea5f924
commit
b1ebf4bda1
@ -1928,7 +1928,7 @@ static CURLcode imap_logout(struct connectdata *conn)
|
|||||||
*/
|
*/
|
||||||
static CURLcode imap_disconnect(struct connectdata *conn, bool dead_connection)
|
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
|
/* We cannot send quit unconditionally. If this connection is stale or
|
||||||
bad in any way, sending quit and waiting around here will make the
|
bad in any way, sending quit and waiting around here will make the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user