From ba04a65a6a2945d9394b4d2a5339a1c958d43c46 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 6 Feb 2005 12:21:27 +0000 Subject: fix bugs regarding the capture child svn path=/trunk/; revision=13316 --- capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture.c') 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; -- cgit v1.2.3