mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[NETAPI32]
Revert r59958 because the old code was correct. svn path=/trunk/; revision=59966
This commit is contained in:
parent
f475efbd85
commit
74803ae9ec
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue