Commit 21a7b21b authored by Alexandre Julliard's avatar Alexandre Julliard

secur32: Properly initialize the helper structure when fork support is missing.

parent cc46d242
......@@ -1982,6 +1982,7 @@ void SECUR32_initNTLMSP(void)
/* Cheat and allocate a helper anyway, so cleanup later will work. */
helper = HeapAlloc(GetProcessHeap(),0, sizeof(NegoHelper));
helper->major = helper->minor = helper->micro = -1;
helper->pipe_in = helper->pipe_out = -1;
}
else
check_version(helper);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment