From a38a73e3d2285f3ebf721b40aaa44e2ba811e68c Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sun, 21 Feb 2021 03:25:42 +0100 Subject: [PATCH] Fix fuzzing build --- fuzzing/EpollEchoServer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fuzzing/EpollEchoServer.cpp b/fuzzing/EpollEchoServer.cpp index d301411..1388baa 100644 --- a/fuzzing/EpollEchoServer.cpp +++ b/fuzzing/EpollEchoServer.cpp @@ -72,8 +72,7 @@ void test() { }, .close = [](auto *ws, int code, std::string_view message) { - /* Not necessary but we'll call it for coverage */ - ws->unsubscribeAll(); + } }).ws("/*", { /* Settings */