From a9d2a5ea59bef8a8ba1159b0b9767adab49a9974 Mon Sep 17 00:00:00 2001 From: gerald Date: Tue, 11 May 2010 21:09:21 +0000 Subject: Make sure pcap_open_live points to something. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32763 f5534014-38df-0310-8fa8-9805f1628bb7 --- capture-wpcap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'capture-wpcap.c') 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 -- cgit v1.2.3