[ros-diffs] [fireball] 30962: - Hackfix the build: remove the function call to NetUserSetInfo (#if0/#endif). Eric, please, do a proper fix and revert this commit when it's ready.
fireball at svn.reactos.org
fireball at svn.reactos.org
Sun Dec 2 17:54:32 CET 2007
Author: fireball
Date: Sun Dec 2 19:54:32 2007
New Revision: 30962
URL: http://svn.reactos.org/svn/reactos?rev=30962&view=rev
Log:
- Hackfix the build: remove the function call to NetUserSetInfo (#if0/#endif). Eric, please, do a proper fix and revert this commit when it's ready.
Modified:
trunk/reactos/dll/cpl/usrmgr/users.c
Modified: trunk/reactos/dll/cpl/usrmgr/users.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/users.c?rev=30962&r1=30961&r2=30962&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/usrmgr/users.c (original)
+++ trunk/reactos/dll/cpl/usrmgr/users.c Sun Dec 2 19:54:32 2007
@@ -205,7 +205,11 @@
useri0.usri0_name = szNewUserName;
+#if 0
status = NetUserSetInfo(NULL, szOldUserName, 0, (LPBYTE)&useri0, NULL);
+#else
+ status = NERR_Success;
+#endif
if (status != NERR_Success)
{
TCHAR szText[256];
More information about the Ros-diffs
mailing list