aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-01-24 17:12:56 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-01-24 17:12:56 +0000
commit4fece25e7f8787b5d1405cf17f1ee17505bfbcdb (patch)
tree5a853068b2aa630be630d78ce9e4e121c4aedf78 /capture_sync.c
parentb0819f5a800e5612526913a33a17e19cf38b5bd0 (diff)
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.c2
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)