From: Wouter Wijngaards Date: Tue, 7 Aug 2018 12:03:46 +0000 (+0000) Subject: Fix comment reference to variable name in header file. X-Git-Tag: release-1.8.0rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77bd7d228bd3de84a58e39bf8d4cc53ab4361eeb;p=thirdparty%2Funbound.git Fix comment reference to variable name in header file. git-svn-id: file:///svn/unbound/trunk@4838 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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); /**