aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/capture_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'capchild/capture_sync.c')
-rw-r--r--capchild/capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_sync.c b/capchild/capture_sync.c
index d2ed2ee75a..ca59d9711e 100644
--- a/capchild/capture_sync.c
+++ b/capchild/capture_sync.c
@@ -128,7 +128,7 @@ capture_session_init(capture_session *cap_session, capture_file *cf)
cap_session->group = getgid();
#endif
cap_session->count = 0;
- cap_session->session_started = FALSE;
+ cap_session->session_will_restart = FALSE;
}
/* Append an arg (realloc) to an argc/argv array */