X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcom.c;h=be1e4c5b47addf7e729bd5b996b04d3279965d58;hb=faf9d7730828b80814a233eeecf7affc046193d3;hp=9bd5e0e54a2d85289f95fa29ea7025f33f9b455b;hpb=60f54822b78dea6b87cde5da82a4a135e7c2b960;p=vpp.git diff --git a/src/vcl/vcom.c b/src/vcl/vcom.c index 9bd5e0e54a2..be1e4c5b47a 100644 --- a/src/vcl/vcom.c +++ b/src/vcl/vcom.c @@ -1283,11 +1283,7 @@ vcom_select (int __nfds, fd_set * __restrict __readfds, vcom_fd_set_merge ( /* dest, select sets */ &new_nfds, - __readfds, - __writefds, - __exceptfds, - __readfds || __writefds || __exceptfds ? - &new_nfd : NULL, + __readfds, __writefds, __exceptfds, &new_nfd, /* src1, vcom sets */ vcom_nfds, __readfds ? &vcom_readfds : NULL,