mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Fix comment reference to variable name in header file.
git-svn-id: file:///svn/unbound/trunk@4838 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b97b04a9db
commit
77bd7d228b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue