aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-08-23 23:10:50 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-08-23 23:10:50 +0000
commit2ab112d5ddbb5c342622c1562f86189a4d0d4131 (patch)
tree6094dfcf425679a226a2e5cfb2922ce003353cd6 /capture_sync.c
parent713de3b54b3070ffcb265b5a4ce44ced8f0c8b21 (diff)
Hopefully fix
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6256. svn path=/trunk/; revision=38694
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c2
1 files changed, 2 insertions, 0 deletions
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: