Show
Ignore:
Timestamp:
07/22/08 20:26:41 (6 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/cherokee/access.c

    r1131 r1679  
    513513                                */ 
    514514                                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); 
    516518                                break; 
    517519#ifdef HAVE_IPV6