diff options
-rwxr-xr-x | userdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,8 +308,8 @@ sub AddUser { } } else { #it's a new group: Add it - explanations(N("Creating new group: %s", $newgroup)); my $newgroup = $ctx->InitGroup($u{username},$is_system); + explanations(N("Creating new group: %s", $newgroup)); $u{gid} = $newgroup->Gid($GetValue); $ctx->GroupAdd($newgroup); } |