aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 998acc4873..ae784106a7 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -642,7 +642,7 @@ sync_pipe_input_cb(gint source, gpointer user_data)
case CF_READ_ABORTED:
/* Kill the child capture process; the user wants to exit, and we
shouldn't just leave it running. */
- kill_capture_child(capture_opts);
+ capture_kill_child(capture_opts);
break;
}