Skip to content

Commit ef471b1

Browse files
committed
Add missing return.
1 parent 76b2c1f commit ef471b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/protocols/protocol_explore.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,9 @@ bool protocol_explore::handle_get_filter_header(const code& ec,
870870
return true;
871871
}
872872
}
873+
874+
send_not_found(request);
875+
return true;
873876
}
874877

875878
// private

0 commit comments

Comments
 (0)