From: Simon Tatham Date: Mon, 29 Feb 2016 19:59:59 +0000 (+0000) Subject: Merge branch 'pre-0.67' X-Git-Tag: 0.68~276 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=984fe3dde809681f91d72152a4f96e91d79a2855;p=PuTTY.git Merge branch 'pre-0.67' --- 984fe3dde809681f91d72152a4f96e91d79a2855 diff --cc windows/winnpc.c index 85a3c3ff,5927df32..e5d1d7a6 --- a/windows/winnpc.c +++ b/windows/winnpc.c @@@ -94,9 -92,8 +92,8 @@@ Socket new_named_pipe_client(const cha } LocalFree(psd); - sfree(usersid); - return make_handle_socket(pipehandle, pipehandle, plug, TRUE); + return make_handle_socket(pipehandle, pipehandle, NULL, plug, TRUE); } #endif /* !defined NO_SECURITY */