aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.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_loop.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_loop.c')
-rw-r--r--capture_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_loop.c b/capture_loop.c
index d4ca37b7aa..8c0611ea9b 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -1053,6 +1053,7 @@ capture_loop_start(capture_options *capture_opts, gboolean *stats_known, struct
progress. */
fflush(wtap_dump_file(ld.wtap_pdh));
sync_pipe_capstart_to_parent();
+ sync_pipe_filename_to_parent(capture_opts->save_file);
}
/* initialize capture stop (and alike) conditions */