Skip to content

Commit 77bd7d2

Browse files
committed
Fix comment reference to variable name in header file.
git-svn-id: file:///svn/unbound/trunk@4838 be551aaa-1e26-0410-a405-d3ace91eadb9
1 parent b97b04a commit 77bd7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/tcp_conn_limit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void tcl_close_connection(struct tcl_addr* tcl);
117117
* @return: tcl structure from this address.
118118
*/
119119
struct tcl_addr*
120-
tcl_addr_lookup(struct tcl_list* acl, struct sockaddr_storage* addr,
120+
tcl_addr_lookup(struct tcl_list* tcl, struct sockaddr_storage* addr,
121121
socklen_t addrlen);
122122

123123
/**

0 commit comments

Comments
 (0)