diff options
Diffstat (limited to 'capture_opts.c')
-rw-r--r-- | capture_opts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_opts.c b/capture_opts.c index 3c4f126dc2..938c2832b7 100644 --- a/capture_opts.c +++ b/capture_opts.c @@ -85,6 +85,7 @@ capture_opts_init(capture_options *capture_opts, void *cfile) #ifdef _WIN32 capture_opts->signal_pipe_fd = -1; #endif + capture_opts->state = CAPTURE_STOPPED; } |