client/Process: update code comment
This commit is contained in:
parent
39baa4e364
commit
9711cee26d
@ -76,7 +76,7 @@ Client::ProcessLine(char *line) noexcept
|
|||||||
|
|
||||||
/* do nothing if the client wasn't idling: the client
|
/* do nothing if the client wasn't idling: the client
|
||||||
has already received the full idle response from
|
has already received the full idle response from
|
||||||
client_idle_notify(), which he can now evaluate */
|
IdleNotify(), which he can now evaluate */
|
||||||
|
|
||||||
return CommandResult::OK;
|
return CommandResult::OK;
|
||||||
} else if (idle_waiting) {
|
} else if (idle_waiting) {
|
||||||
|
Loading…
Reference in New Issue
Block a user