aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-03-28 15:31:13 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-03-28 15:31:13 +0000
commit9d6ac60cefff17895674beaf30447b7a2c9285fc (patch)
treeafad86f42c3922fe5312deb0752f39c15db559ed /capture_sync.c
parentdaa67c79ba2b65c3893ffdf9022c5cf64025c4e7 (diff)
downloadwireshark-9d6ac60cefff17895674beaf30447b7a2c9285fc.tar.gz
wireshark-9d6ac60cefff17895674beaf30447b7a2c9285fc.tar.bz2
wireshark-9d6ac60cefff17895674beaf30447b7a2c9285fc.zip
remove capture_child flag from capture_opts as it's no longer required
svn path=/trunk/; revision=13954
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 25f3c8ddcd..4e2ba36d7b 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -519,9 +519,6 @@ sync_pipe_input_cb(gint source, gpointer user_data)
int to_read = 0;
- /* we are a capture parent */
- g_assert(!capture_opts->capture_child);
-
if ((nread = read(source, buffer, BUFSIZE)) <= 0) {
/* The child has closed the sync pipe, meaning it's not going to be
capturing any more packets. Pick up its exit status, and