diff options
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index 03d69c237..cd79345ea 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -626,6 +626,7 @@ static void * distributor_client_mainloop_thread(void * const arg) case READ_ERROR: logger(1, "Read and verify fd returned an error: %s", strerror(errno)); THREAD_ERROR_GOTO(trv); + case READ_TIMEOUT: case READ_PEER_DISCONNECT: del_event(dis_epollfd, mock_testfds[PIPE_TEST_READ]); pipe_read_finished = 1; |