Commit a4c47c9e authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

ntdll: Initialize needs_close to FALSE.

parent ddb57201
......@@ -1227,7 +1227,7 @@ NTSTATUS WINAPI NtQueryInformationFile( HANDLE hFile, PIO_STATUS_BLOCK io,
};
struct stat st;
int fd, needs_close;
int fd, needs_close = FALSE;
TRACE("(%p,%p,%p,0x%08x,0x%08x)\n", hFile, io, ptr, len, class);
......
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