mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
imap: Corrected comment in imap_endofresp()
This commit is contained in:
parent
ce9a0a6d65
commit
acd22f05dd
@ -386,7 +386,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* Do we have an untagged command response */
|
||||
/* Do we have an untagged command response? */
|
||||
if(len >= 2 && !memcmp("* ", line, 2)) {
|
||||
switch(imapc->state) {
|
||||
/* States which are interested in untagged responses */
|
||||
|
Loading…
Reference in New Issue
Block a user