[NETAPI32]

Revert r59958 because the old code was correct.

svn path=/trunk/; revision=59966
This commit is contained in:
Eric Kohl 2013-09-02 21:10:46 +00:00
parent f475efbd85
commit 74803ae9ec

View file

@ -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);