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); /**