diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-05-22 08:59:13 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-05-22 08:59:13 +0000 |
commit | 90e2456849106c7a0fbe3673b286585aa91077c8 (patch) | |
tree | 9a9161700686bc39fb8f101460985037540f636d /tshark.c | |
parent | 575dc6d1103cb4efb77f3f17b53db66eb9f37bbe (diff) | |
download | wireshark-90e2456849106c7a0fbe3673b286585aa91077c8.tar.gz wireshark-90e2456849106c7a0fbe3673b286585aa91077c8.tar.bz2 wireshark-90e2456849106c7a0fbe3673b286585aa91077c8.zip |
Another Win32-only fix.
svn path=/trunk/; revision=49501
Diffstat (limited to 'tshark.c')
-rw-r--r-- | tshark.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2631,7 +2631,7 @@ capture_cleanup(DWORD ctrltype _U_) building it with Cygwin may make the problem go away). */ /* tell the capture child to stop */ - sync_pipe_stop(&global_capture_opts); + sync_pipe_stop(&global_capture_session); /* don't stop our own loop already here, otherwise status messages and * cleanup wouldn't be done properly. The child will indicate the stop of |