dns plugin: Fixed a compile error if pcap.h is not found.
authorSebastian Harl <sh@tokkee.org>
Mon, 4 Dec 2006 10:04:17 +0000 (11:04 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 4 Dec 2006 10:11:34 +0000 (11:11 +0100)
commit62435b794629f366206b71d90ab1b1a677bf2e52
tree2e1788d60528bef64bc2c432b7753ea84499aad7
parenta56d4f179a9ce762b0a60656c66bb6c30f3ad5bc
dns plugin: Fixed a compile error if pcap.h is not found.

If pcap.h is not found, the compiler complains about some "defined but not
used" warnings. As we're using -Werror this causes the build to abort.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
src/utils_dns.c