Show
Ignore:
Timestamp:
04/26/07 19:48:10 (21 months ago)
Author:
aturner
Message:

svn merge -r 1838:1839 ../../trunk .
merges r1839 to 3.0. fixes #167

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/src/tcpbridge.c

    r1803 r1845  
    159159    char ebuf[SENDPACKET_ERRBUF_SIZE]; 
    160160    char *intname; 
     161#ifdef ENABLE_PCAP_FINDALLDEVS 
    161162    interface_list_t *intlist = get_interface_list(); 
    162  
     163#else 
     164    interface_list_t *intlist = NULL; 
     165#endif 
    163166     
    164167#ifdef DEBUG