summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/monitor/monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index 8098a5830..cf8479c4b 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -516,6 +516,7 @@ static void tasks_check_handler(struct tevent_context *ev,
case ENXIO:
DEBUG(1,("Child (%s) not responding! (yet)\n", svc->name));
+ break;
default:
/* TODO: should we tear it down ? */