aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture.c b/capture.c
index 3893587ed0..271849be40 100644
--- a/capture.c
+++ b/capture.c
@@ -222,9 +222,9 @@ capture_input_new_file(capture_options *capture_opts, gchar *new_file)
break;
}
- cf_callback_invoke(cf_cb_live_capture_update_started, capture_opts->cf);
+ cf_callback_invoke(cf_cb_live_capture_update_started, capture_opts);
} else {
- cf_callback_invoke(cf_cb_live_capture_fixed_started, capture_opts->cf);
+ cf_callback_invoke(cf_cb_live_capture_fixed_started, capture_opts);
}