From 77bd7d228bd3de84a58e39bf8d4cc53ab4361eeb Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 7 Aug 2018 12:03:46 +0000 Subject: [PATCH] Fix comment reference to variable name in header file. git-svn-id: file:///svn/unbound/trunk@4838 be551aaa-1e26-0410-a405-d3ace91eadb9 --- util/tcp_conn_limit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/tcp_conn_limit.h b/util/tcp_conn_limit.h index 86a907c01..4fb71a328 100644 --- a/util/tcp_conn_limit.h +++ b/util/tcp_conn_limit.h @@ -117,7 +117,7 @@ void tcl_close_connection(struct tcl_addr* tcl); * @return: tcl structure from this address. */ struct tcl_addr* -tcl_addr_lookup(struct tcl_list* acl, struct sockaddr_storage* addr, +tcl_addr_lookup(struct tcl_list* tcl, struct sockaddr_storage* addr, socklen_t addrlen); /**