mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
Fix typo.
Volker (This used to be commit 6287141f10e6c774990b4fdf65bfd2a55afca35a)
This commit is contained in:
parent
a6bbc98a49
commit
600327d849
@ -1542,7 +1542,7 @@ rpc_group_delmem_internals(const DOM_SID *domain_sid, const char *domain_name,
|
||||
&group_sid, argv[1]);
|
||||
|
||||
if (!NT_STATUS_IS_OK(result)) {
|
||||
d_printf("Could not add %s to %s: %s\n",
|
||||
d_printf("Could not del %s from %s: %s\n",
|
||||
argv[1], argv[0], nt_errstr(result));
|
||||
}
|
||||
return result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user