Blame SOURCES/arpwatch-2.1a15-lookupiinvalid.patch

484378
diff -up ./arpwatch.c.iinval ./arpwatch.c
484378
--- ./arpwatch.c.iinval	2012-10-15 16:55:58.646218256 +0200
484378
+++ ./arpwatch.c	2012-10-15 17:04:30.566199946 +0200
484378
@@ -171,7 +171,7 @@ try_dev(char *interface, pcap_t **pd, in
484378
 	timeout = 1000;
484378
 
484378
 	*pd = pcap_open_live(interface, snaplen, 1, timeout, errbuf);
484378
-	if (NULL == pd) {
484378
+	if (NULL == *pd) {
484378
 		syslog(LOG_ERR, "pcap open %s: %s", interface,  errbuf);
484378
 		return NULL;
484378
 	}