Commit 7aa160a9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

netapi32: Remove unneeded shadow variables.

parent f796f967
......@@ -294,7 +294,6 @@ NetUserGetInfo(LPCWSTR servername, LPCWSTR username, DWORD level,
{
PUSER_INFO_10 ui;
PUSER_INFO_0 ui0;
NET_API_STATUS status;
/* sizes of the field buffers in WCHARS */
int name_sz, comment_sz, usr_comment_sz, full_name_sz;
......@@ -339,7 +338,6 @@ NetUserGetInfo(LPCWSTR servername, LPCWSTR username, DWORD level,
static const WCHAR homedirW[] = {'H','O','M','E',0};
PUSER_INFO_1 ui;
PUSER_INFO_0 ui0;
NET_API_STATUS status;
/* sizes of the field buffers in WCHARS */
int name_sz, password_sz, home_dir_sz, comment_sz, script_path_sz;
......
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