Make sure pcap_open_live points to something.

svn path=/trunk/; revision=32763
This commit is contained in:
Gerald Combs 2010-05-11 21:09:21 +00:00
parent 58843eaf03
commit 7ee55e62ee
1 changed files with 1 additions and 2 deletions

View File

@ -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