aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-23 22:04:31 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-23 22:04:31 +0000
commitb6ab688e0a43bdb00a9d26b364b050cfd323d016 (patch)
tree27b961c494d75773a080315c7ddc81ae42892332 /capture_opts.c
parent0c03b4b00263a49ef4deb76786655bb0952ac654 (diff)
pass child capture filename to parent process (name currently unused) and some fork_child cleanup
svn path=/trunk/; revision=13482
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/capture_opts.c b/capture_opts.c
index 884599c6ec..4a27d7e892 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -78,6 +78,8 @@ capture_opts_init(capture_options *capture_opts, void *cfile)
capture_opts->has_autostop_duration = FALSE;
capture_opts->autostop_duration = 60; /* 1 min */
+
+ capture_opts->fork_child = -1; /* invalid process handle */
}
static int