--------------------- PatchSet 8820 Date: 2006/12/20 09:07:18 Author: hno Branch: ntlm_ip_cache Tag: (none) Log: indented Members: src/authenticate.c:1.34.8.4->1.34.8.5 Index: squid/src/authenticate.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/authenticate.c,v retrieving revision 1.34.8.4 retrieving revision 1.34.8.5 diff -u -r1.34.8.4 -r1.34.8.5 --- squid/src/authenticate.c 19 Dec 2006 19:32:29 -0000 1.34.8.4 +++ squid/src/authenticate.c 20 Dec 2006 09:07:18 -0000 1.34.8.5 @@ -1,6 +1,6 @@ /* - * $Id: authenticate.c,v 1.34.8.4 2006/12/19 19:32:29 hno Exp $ + * $Id: authenticate.c,v 1.34.8.5 2006/12/20 09:07:18 hno Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -269,7 +269,7 @@ MemPool *auth_user_request_ip_pool = NULL; hash_table *auth_user_request_ip_hash = NULL; -static unsigned int +static unsigned int hash_in_addr(const void *a, unsigned int size) { const struct in_addr *ipaddr = a; @@ -277,7 +277,7 @@ return ip % size; } -static int +static int cmp_in_addr(const struct in_addr *a, const struct in_addr *b) { const uint32_t ipa = ntohl(a->s_addr);