mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-01 04:38:54 +02:00
- openbsd-lint fixes: acl_list_get_mem used if debug-alloc enabled.
iterator get_mem includes priv_get_mem. delegpt nodup removed. listen_pushback, query_info_allocqname, write_socket, send_packet, comm_point_set_cb_arg and listen_resume removed. git-svn-id: file:///svn/unbound/trunk@2222 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -1119,14 +1119,6 @@ void listening_ports_free(struct listen_port* list)
|
||||
free(list);
|
||||
}
|
||||
|
||||
void listen_pushback(struct listen_dnsport* ATTR_UNUSED(listen))
|
||||
{
|
||||
}
|
||||
|
||||
void listen_resume(struct listen_dnsport* ATTR_UNUSED(listen))
|
||||
{
|
||||
}
|
||||
|
||||
struct comm_point* comm_point_create_local(struct comm_base* ATTR_UNUSED(base),
|
||||
int ATTR_UNUSED(fd), size_t ATTR_UNUSED(bufsize),
|
||||
comm_point_callback_t* ATTR_UNUSED(callback),
|
||||
|
||||
Reference in New Issue
Block a user