diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2012-06-09 03:54:29 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2012-06-09 03:54:29 +0000 |
commit | 30c0f5de3235466c152fe3109b6200a8b05019af (patch) | |
tree | 5ba5388cec4c9d66139442c17164550c379ffeaa /capture_sync.c | |
parent | e40c7ab1dcf863d230af94cf0bbb30335fe0d5eb (diff) | |
download | wireshark-30c0f5de3235466c152fe3109b6200a8b05019af.tar.gz wireshark-30c0f5de3235466c152fe3109b6200a8b05019af.tar.bz2 wireshark-30c0f5de3235466c152fe3109b6200a8b05019af.zip |
Undo an accidental portion of the last commit.
svn path=/trunk/; revision=43173
Diffstat (limited to 'capture_sync.c')
-rw-r--r-- | capture_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c index 2ae16fdf99..100990c551 100644 --- a/capture_sync.c +++ b/capture_sync.c @@ -1637,7 +1637,7 @@ sync_pipe_input_cb(gint source, gpointer user_data) "standard output", as the capture file. */ sync_pipe_stop(capture_opts); capture_input_closed(capture_opts, NULL); - //return FALSE; + return FALSE; } break; case SP_PACKET_COUNT: |