mirror of
https://github.com/curl/curl.git
synced 2026-06-27 22:03:13 +03:00
imap: Corrected comment in imap_endofresp()
This commit is contained in:
parent
ce9a0a6d65
commit
acd22f05dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue