ntdll: Fix a compiler warning.

oldstable
Dmitry Timoshkov 2007-04-12 18:37:40 +09:00 committed by Alexandre Julliard
parent b46ab0b8cb
commit 335ce754b3
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ int server_get_unix_fd( obj_handle_t handle, unsigned int wanted_access, int *un
sigset_t sigset;
obj_handle_t fd_handle;
int ret = 0, fd;
unsigned int access;
unsigned int access = 0;
*unix_fd = -1;
*needs_close = 0;