summaryrefslogtreecommitdiff
path: root/capture_opts.c
diff options
context:
space:
mode:
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 c297b1396f..e3d6b5a246 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -127,6 +127,7 @@ capture_opts_init(capture_options *capture_opts, void *cf)
capture_opts->owner = getuid();
capture_opts->group = getgid();
#endif
+ capture_opts->session_started = FALSE;
}