aboutsummaryrefslogtreecommitdiffstats
path: root/src/client_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client_event.c')
-rw-r--r--src/client_event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client_event.c b/src/client_event.c
index 4f54ae0a7..dbcd35c44 100644
--- a/src/client_event.c
+++ b/src/client_event.c
@@ -77,6 +77,7 @@ client_in_event(G_GNUC_UNUSED GIOChannel *source, GIOCondition condition,
ret = client_read(client);
switch (ret) {
case COMMAND_RETURN_OK:
+ case COMMAND_RETURN_IDLE:
case COMMAND_RETURN_ERROR:
break;