diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-03-28 15:31:13 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-03-28 15:31:13 +0000 |
commit | 9d6ac60cefff17895674beaf30447b7a2c9285fc (patch) | |
tree | afad86f42c3922fe5312deb0752f39c15db559ed /capture_sync.c | |
parent | daa67c79ba2b65c3893ffdf9022c5cf64025c4e7 (diff) | |
download | wireshark-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.c | 3 |
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 |