Another Win32-only fix.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 22 May 2013 08:59:13 +0000 (08:59 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 22 May 2013 08:59:13 +0000 (08:59 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@49501 f5534014-38df-0310-8fa8-9805f1628bb7

tshark.c

index 6c99cc03359924bd157b68f191a4bf08215d7140..a6f8be8b6495d2aa86bcd10d88e8054c81f58cf3 100644 (file)
--- 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