mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
imap: fix compiler warning
error: declaration of 'imap' shadows a previous local
This commit is contained in:
parent
ad3177da24
commit
17f032c0d9
@ -1610,7 +1610,6 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected,
|
|||||||
|
|
||||||
if(conn->data->set.opt_no_body) {
|
if(conn->data->set.opt_no_body) {
|
||||||
/* Requested no body means no transfer */
|
/* Requested no body means no transfer */
|
||||||
struct IMAP *imap = conn->data->state.proto.imap;
|
|
||||||
imap->transfer = FTPTRANSFER_INFO;
|
imap->transfer = FTPTRANSFER_INFO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user