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 8ba5bdc330114efbc86c851b71c58ac91ada7f31)
This commit is contained in:
Volker Lendecke 2004-03-04 17:47:14 +00:00
parent 7dc6dd5884
commit 869561ad76

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;