summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/ntp_worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libntp/ntp_worker.c')
-rw-r--r--contrib/ntp/libntp/ntp_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/ntp_worker.c b/contrib/ntp/libntp/ntp_worker.c
index bb1cb87..32970da 100644
--- a/contrib/ntp/libntp/ntp_worker.c
+++ b/contrib/ntp/libntp/ntp_worker.c
@@ -278,7 +278,7 @@ blocking_child_common(
req = receive_blocking_req_internal(c);
if (NULL == req) {
say_bye = TRUE;
- break;
+ continue;
}
DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == req->magic_sig);
OpenPOWER on IntegriCloud