From 2ab112d5ddbb5c342622c1562f86189a4d0d4131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Tue, 23 Aug 2011 23:10:50 +0000 Subject: Hopefully fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6256. svn path=/trunk/; revision=38694 --- capture_sync.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'capture_sync.c') diff --git a/capture_sync.c b/capture_sync.c index 35d4833219..8ef2ed148a 100644 --- a/capture_sync.c +++ b/capture_sync.c @@ -1618,6 +1618,8 @@ sync_pipe_input_cb(gint source, gpointer user_data) we can't do much more than telling the child to stop (this is the "emergency brake" if user e.g. wants to switch files every second) */ sync_pipe_stop(capture_opts); + capture_input_closed(capture_opts, NULL); + return FALSE; } break; case SP_PACKET_COUNT: -- cgit v1.2.3