]> git.samba.org - obnox/wireshark/wip.git/commitdiff
Fix build without pcap.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 26 May 2010 01:32:00 +0000 (01:32 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 26 May 2010 01:32:00 +0000 (01:32 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32959 f5534014-38df-0310-8fa8-9805f1628bb7

tshark.c

index 329423d4cd9e3c7e047cf702fbe9b7f027b48171..b51b98b9cbc15ad0c7bfd376a08d5ee9ffc27ad9 100644 (file)
--- a/tshark.c
+++ b/tshark.c
@@ -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