VCL-LDPRELOAD: add sendfile/sendfile64 implementation.
[vpp.git] / src / vcl / sock_test_server.c
index 728a6a7..ed36c7a 100644 (file)
@@ -300,7 +300,7 @@ new_client (void)
     }
 
 #ifdef VCL_TEST
-  client_fd = vppcom_session_accept (ssm->listen_fd, &conn->endpt,
+  client_fd = vppcom_session_accept (ssm->listen_fd, &conn->endpt, 0,
                                     -1.0 /* wait forever */ );
   if (client_fd < 0)
     errno = -client_fd;