From 65e80874dfdfeb2ef4c95d79addf356c48bc8104 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 30 May 2013 16:00:37 +0000 Subject: [PATCH] [USRMGR] Enable the call to NetLocalGroupAdd. svn path=/trunk/; revision=59118 --- reactos/dll/cpl/usrmgr/groups.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/dll/cpl/usrmgr/groups.c b/reactos/dll/cpl/usrmgr/groups.c index 96606041b1f..1cdedae1921 100644 --- a/reactos/dll/cpl/usrmgr/groups.c +++ b/reactos/dll/cpl/usrmgr/groups.c @@ -203,14 +203,10 @@ GroupNew(HWND hwndDlg) NewGroupDlgProc, (LPARAM)&group) == IDOK) { -#if 0 status = NetLocalGroupAdd(NULL, 1, (LPBYTE)&group, NULL); -#else - status = NERR_Success; -#endif if (status != NERR_Success) { TCHAR szText[256];