mirror of
https://github.com/curl/curl.git
synced 2026-05-04 18:29:54 +03:00
imap: fix compiler warning
error: declaration of 'imap' shadows a previous local
This commit is contained in:
parent
ad3177da24
commit
17f032c0d9
1 changed files with 0 additions and 1 deletions
|
|
@ -1610,7 +1610,6 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected,
|
|||
|
||||
if(conn->data->set.opt_no_body) {
|
||||
/* Requested no body means no transfer */
|
||||
struct IMAP *imap = conn->data->state.proto.imap;
|
||||
imap->transfer = FTPTRANSFER_INFO;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue