projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57efc6d
)
Fix for broken netapi32.dll.
author
Eric Kohl
<eric.kohl@reactos.org>
Sat, 7 Jun 2008 22:44:15 +0000
(22:44 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Sat, 7 Jun 2008 22:44:15 +0000
(22:44 +0000)
svn path=/trunk/; revision=33891
reactos/dll/cpl/usrmgr/userprops.c
patch
|
blob
|
history
diff --git
a/reactos/dll/cpl/usrmgr/userprops.c
b/reactos/dll/cpl/usrmgr/userprops.c
index
27ac682
..
f60fa48
100644
(file)
--- a/
reactos/dll/cpl/usrmgr/userprops.c
+++ b/
reactos/dll/cpl/usrmgr/userprops.c
@@
-295,7
+295,11
@@
SetGeneralUserData(HWND hwndDlg,
pUserInfo->usri3_comment = pszComment;
}
+#if 0
status = NetUserSetInfo(NULL, pUserData->szUserName, 3, (LPBYTE)pUserInfo, &dwIndex);
+#else
+ status = NERR_Success;
+#endif
if (status != NERR_Success)
{
DebugPrintf(_T("Status: %lu Index: %lu"), status, dwIndex);