Fix NRE in Win32 IpcChannel.StopListening() when no server started
authorNiklas Therning <niklas@therning.org>
Mon, 7 Nov 2016 14:00:05 +0000 (15:00 +0100)
committerNiklas Therning <niklas@therning.org>
Mon, 7 Nov 2016 14:00:05 +0000 (15:00 +0100)
commitda894a35277539f9f4cb59e9f981e2e7f55f8caa
treedebc24f0e7790bfe0250a625a73d8804b08b4afd
parentb6588622bcf426ff340d91f0d94821d2b17570bb
Fix NRE in Win32 IpcChannel.StopListening() when no server started

This makes the System.Runtime.Remoting test suite fail in various places on
Windows due to the TestFixtureTearDown method in BaseCalls throwing an NRE.
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc.Win32/IpcChannel.cs