aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-17 00:19:47 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-17 00:19:47 +0000
commitcee67cb78b33e24d599c2282e1d11a34976c533c (patch)
tree3f959ca782ee6a11d1e2328c0f900312b454a2a6 /capture_opts.c
parent0535aa5c653c6cb770665fa9c7d476c034ed6ff1 (diff)
Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unreliable
Instead, simply keep the signal_pipe setting directly from the command line which is working well svn path=/trunk/; revision=16833
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_opts.c b/capture_opts.c
index b108b59e5a..8e27f4ef85 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -279,6 +279,7 @@ get_pipe_arguments(capture_options *capture_opts, const char *arg)
cmdarg_err("Unable to dup signal pipe handle");
return FALSE;
}
+ capture_opts->signal_pipe_fd = pipe_fd;
}
*colonp = ':'; /* put the colon back */