Changeset 1679
- Timestamp:
- 07/22/08 20:26:41 (6 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/access.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1673 r1679 1 2008-07-22 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/access.c (cherokee_access_ip_match): Fixes a out of 4 memory problem (segment fault) when the tracing was activated. 5 1 6 2008-07-21 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 7 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