Fix lint and unit test.

git-svn-id: file:///svn/unbound/trunk@5051 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2019-01-22 13:35:33 +00:00
parent 8b18d1a0a4
commit ef1baf94f7
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -1816,4 +1816,10 @@ tcp_req_info_remove_mesh_state(struct tcp_req_info* ATTR_UNUSED(req),
log_assert(0);
}
size_t
tcp_req_info_get_stream_buffer_size(void)
{
return 0;
}
/*********** End of Dummy routines ***********/