Fix for broken netapi32.dll.

svn path=/trunk/; revision=33891
This commit is contained in:
Eric Kohl
2008-06-07 22:44:15 +00:00
parent 57efc6d296
commit f3091aac50
+4
View File
@@ -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);