]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix comment reference to variable name in header file.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 7 Aug 2018 12:03:46 +0000 (12:03 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 7 Aug 2018 12:03:46 +0000 (12:03 +0000)
git-svn-id: file:///svn/unbound/trunk@4838 be551aaa-1e26-0410-a405-d3ace91eadb9

util/tcp_conn_limit.h

index 86a907c0156cb70fe02c1f57016edb0bb4c7f853..4fb71a328036fef8b7adb2f479376f152f167755 100644 (file)
@@ -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);
 
 /**