diff options
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index 9621c9035..7dba33890 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -675,7 +675,7 @@ static void * distributor_client_mainloop_thread(void * const arg) case READ_PEER_DISCONNECT: del_event(dis_epollfd, mock_testfds[PIPE_TEST_READ]); pipe_read_finished = 1; - continue; + break; } enum nDPIsrvd_parse_return parse_ret = nDPIsrvd_parse_all(mock_sock); @@ -712,7 +712,6 @@ static void * distributor_client_mainloop_thread(void * const arg) { del_event(dis_epollfd, mock_nullfds[PIPE_NULL_READ]); null_read_finished = 1; - continue; } printf("%.*s", (int)bytes_read, buf); @@ -730,7 +729,6 @@ static void * distributor_client_mainloop_thread(void * const arg) { del_event(dis_epollfd, mock_arpafds[PIPE_ARPA_READ]); arpa_read_finished = 1; - continue; } /* |