Changeset 1679 for cherokee/trunk/cherokee/access.c
- Timestamp:
- 07/22/08 20:26:41 (6 months ago)
- Files:
-
- cherokee/trunk/cherokee/access.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/access.c
r1131 r1679 513 513 */ 514 514 TRACE (ENTRIES, "IPv4 address (%x)%s matched (ip=%x)\n", 515 IP_NODE(i)->ip, re ? " haven't" : "", SOCKET_ADDR_IPv4(sock)->sin_addr); 515 IP_NODE(i)->ip.ip4, 516 re ? " haven't" : "", 517 SOCKET_ADDR_IPv4(sock)->sin_addr); 516 518 break; 517 519 #ifdef HAVE_IPV6