From 74803ae9ec874b7595bd24796862ffc6a2cb584b Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 2 Sep 2013 21:10:46 +0000 Subject: [PATCH] [NETAPI32] Revert r59958 because the old code was correct. svn path=/trunk/; revision=59966 --- reactos/dll/win32/netapi32/local_group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/netapi32/local_group.c b/reactos/dll/win32/netapi32/local_group.c index 6cdfce1a4de..9f49f50ef64 100644 --- a/reactos/dll/win32/netapi32/local_group.c +++ b/reactos/dll/win32/netapi32/local_group.c @@ -447,7 +447,7 @@ NetLocalGroupAdd( TRACE("Created alias \"%wZ\" (RID: %lu)\n", &AliasName, RelativeId); /* Set the admin comment */ - if (aliascomment != NULL) + if (level == 1) { RtlInitUnicodeString(&AdminComment.AdminComment, aliascomment);