mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NETAPI32]
Revert r59958 because the old code was correct. svn path=/trunk/; revision=59966
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user