From 7ee55e62eefa7b49f974194ab74597e9762081e7 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 11 May 2010 21:09:21 +0000 Subject: [PATCH] Make sure pcap_open_live points to something. svn path=/trunk/; revision=32763 --- capture-wpcap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/capture-wpcap.c b/capture-wpcap.c index 7ffb80c783..dbdbc9047f 100644 --- a/capture-wpcap.c +++ b/capture-wpcap.c @@ -137,9 +137,8 @@ load_wpcap(void) SYM(pcap_open, FALSE), SYM(pcap_findalldevs_ex, FALSE), SYM(pcap_createsrcstr, FALSE), -#else - SYM(pcap_open_live, FALSE), #endif + SYM(pcap_open_live, FALSE), #ifdef HAVE_PCAP_SETSAMPLING SYM(pcap_setsampling, TRUE), #endif