Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
34480aef
Commit
34480aef
authored
Apr 22, 2008
by
Andrew Talbot
Committed by
Alexandre Julliard
Apr 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
netapi32: Remove unused variable.
parent
664349ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
wksta.c
dlls/netapi32/wksta.c
+0
-2
No files found.
dlls/netapi32/wksta.c
View file @
34480aef
...
...
@@ -348,7 +348,6 @@ NET_API_STATUS WINAPI NetWkstaUserGetInfo(LMSTR reserved, DWORD level,
{
PWKSTA_USER_INFO_1
ui
;
PWKSTA_USER_INFO_0
ui0
;
DWORD
dwSize
;
LSA_OBJECT_ATTRIBUTES
ObjectAttributes
;
LSA_HANDLE
PolicyHandle
;
PPOLICY_ACCOUNT_DOMAIN_INFO
DomainInfo
;
...
...
@@ -405,7 +404,6 @@ NET_API_STATUS WINAPI NetWkstaUserGetInfo(LMSTR reserved, DWORD level,
oth_domains_sz
*
sizeof
(
WCHAR
));
/* get data */
dwSize
=
username_sz
;
lstrcpyW
(
ui
->
wkui1_username
,
ui0
->
wkui0_username
);
NetApiBufferFree
(
ui0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment