diff options
author | Michael Tüxen <tuexen@fh-muenster.de> | 2012-01-24 17:12:56 +0000 |
---|---|---|
committer | Michael Tüxen <tuexen@fh-muenster.de> | 2012-01-24 17:12:56 +0000 |
commit | 4fece25e7f8787b5d1405cf17f1ee17505bfbcdb (patch) | |
tree | 5a853068b2aa630be630d78ce9e4e121c4aedf78 /capture_sync.c | |
parent | b0819f5a800e5612526913a33a17e19cf38b5bd0 (diff) | |
download | wireshark-4fece25e7f8787b5d1405cf17f1ee17505bfbcdb.tar.gz wireshark-4fece25e7f8787b5d1405cf17f1ee17505bfbcdb.tar.bz2 wireshark-4fece25e7f8787b5d1405cf17f1ee17505bfbcdb.zip |
We need a 3rd try. (After learning how to run the testuite on Windows locally).
svn path=/trunk/; revision=40695
Diffstat (limited to 'capture_sync.c')
-rw-r--r-- | capture_sync.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/capture_sync.c b/capture_sync.c index 04614b2ebe..02223ef28a 100644 --- a/capture_sync.c +++ b/capture_sync.c @@ -463,11 +463,9 @@ sync_pipe_start(capture_options *capture_opts) { } #endif -#ifdef HAVE_PCAP_CREATE if (interface_opts.monitor_mode) { argv = sync_pipe_add_arg(argv, &argc, "-I"); } -#endif #ifdef HAVE_PCAP_REMOTE if (interface_opts.datatx_udp) |