aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-06 12:21:27 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-06 12:21:27 +0000
commitba04a65a6a2945d9394b4d2a5339a1c958d43c46 (patch)
tree800f35c9c6d7c4b41ef9acd996c88f14becbadb7 /capture.c
parent97866a968b4c5bc273e986775cdc9cefe52c281f (diff)
fix bugs regarding the capture child
svn path=/trunk/; revision=13316
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture.c b/capture.c
index 229ddf84c0..8a6036d922 100644
--- a/capture.c
+++ b/capture.c
@@ -90,7 +90,7 @@ capture_opts_init(capture_options *capture_opts, void *cfile)
capture_opts->snaplen = MIN_PACKET_SIZE;
capture_opts->promisc_mode = TRUE;
capture_opts->linktype = -1; /* the default linktype */
- capture_opts->capture_child = FALSE;
+/* capture_opts->capture_child = FALSE;*/
capture_opts->save_file = NULL;
capture_opts->save_file_fd = -1;
capture_opts->sync_mode = TRUE;