1
0
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:
Volker Lendecke 2004-03-04 17:47:44 +00:00
parent a6bbc98a49
commit 600327d849

View File

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