Fix EpollHelloWorld fuzzing

This commit is contained in:
Alex Hultman
2021-02-16 17:42:36 +01:00
committed by GitHub
parent eec8dba0f9
commit 5a3c7c03c5
+1
View File
@@ -65,6 +65,7 @@ void test() {
client = us_socket_context_connect(0, client_context, "hostname", 5000, "localhost", 0, 0);
us_socket_context_on_connect_error(0, client_context, [](struct us_socket_t *s, int code) {
client = nullptr;
return s;
});