Fix build without pcap.

svn path=/trunk/; revision=32959
This commit is contained in:
Guy Harris 2010-05-26 01:32:00 +00:00
parent 7a630c61a1
commit d3f8320039
1 changed files with 1 additions and 1 deletions

View File

@ -1337,7 +1337,7 @@ main(int argc, char *argv[])
#else
/* We're not saving the capture to a file; if "-q" wasn't specified,
we should print packet information */
if (!quiet)
if (!global_capture_opts.quiet)
print_packet_info = TRUE;
#endif