From 7bc2d5a42e8462f2a04f71bd59111a863fa9a6d8 Mon Sep 17 00:00:00 2001 From: j-berman Date: Tue, 17 Mar 2026 19:39:13 -0700 Subject: p2p: fix hanging shutdown --- tests/fuzz/levin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fuzz/levin.cpp') diff --git a/tests/fuzz/levin.cpp b/tests/fuzz/levin.cpp index 4c30980e9..922c284e6 100644 --- a/tests/fuzz/levin.cpp +++ b/tests/fuzz/levin.cpp @@ -159,7 +159,7 @@ namespace return m_send_return; } - virtual bool close() { return true; } + virtual bool close(const bool wait_for_shutdown) { return true; } virtual bool send_done() { return true; } virtual bool call_run_once_service_io() { return true; } virtual bool request_callback() { return true; } -- cgit v1.2.3