aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.c')
-rw-r--r--src/worker.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/worker.c b/src/worker.c
index 457395a97..4d6c2bacc 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -169,6 +169,9 @@ read_socket (f_str_t *in, void *arg)
write_socket (task);
}
break;
+ default:
+ msg_debug ("read_socket: invalid state on reading stage");
+ break;
}
}