Commits

Andy Green authored a7f70535911
connect2: log dereferences things that may have been destroyed It's perfectly possible we will have destroyed the wsi and report that back in the return code. So let's not dumbly defreference the wsi to make a log inbetweentimes. Found with fault injection and valgrind.