Fixed compile warning with 4.6.2 (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2011-11-21 12:41:14 +00:00
parent 92dcb49a13
commit 43245e3777

View File

@ -86,7 +86,7 @@ void init_pcap()
{
pcap_if_t *devs;
char errbuf[PCAP_ERRBUF_SIZE];
HMODULE handle;
HMODULE handle = NULL;
try
{