aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-22 08:59:13 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-22 08:59:13 +0000
commit90e2456849106c7a0fbe3673b286585aa91077c8 (patch)
tree9a9161700686bc39fb8f101460985037540f636d /tshark.c
parent575dc6d1103cb4efb77f3f17b53db66eb9f37bbe (diff)
Another Win32-only fix.
svn path=/trunk/; revision=49501
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index 6c99cc0335..a6f8be8b64 100644
--- a/tshark.c
+++ b/tshark.c
@@ -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