aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-17 18:41:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-17 18:41:48 +0000
commit9ff452de7dd18a35b5dddac16883e847389e39e4 (patch)
tree0c6c4d325e5b846d9366ff283684af2c95c16af6 /capture_sync.c
parent7940a64ea95aeb39207b714f0a0e5fa4b377efb6 (diff)
Update a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32844 f5534014-38df-0310-8fa8-9805f1628bb7
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 639bebff70..4665473630 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -588,9 +588,6 @@ sync_pipe_start(capture_options *capture_opts) {
*
* On failure, *msg points to an error message for the failure, and -1 is
* returned, in which case *msg must be freed with g_free().
- *
- * XXX - this doesn't check the exit status of dumpcap if it can be
- * started and its return status could be fetched.
*/
/* XXX - This duplicates a lot of code in sync_pipe_start() */
/* XXX - assumes PIPE_BUF_SIZE > SP_MAX_MSG_LEN */