1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r20003: Fix error message

(This used to be commit de053583510999658b2969b244b43ae85fb87737)
This commit is contained in:
Volker Lendecke 2006-12-02 10:51:21 +00:00 committed by Gerald (Jerry) Carter
parent d5e4b3bea8
commit 38cc572b1e

View File

@ -385,7 +385,7 @@ static NTSTATUS rpc_registry_setvalue_internal(const DOM_SID *domain_sid,
value.v.sz.str = CONST_DISCARD(char *, argv[3]);
}
else {
d_fprintf(stderr, "type \"%s\" not implemented\n", argv[3]);
d_fprintf(stderr, "type \"%s\" not implemented\n", argv[2]);
status = NT_STATUS_NOT_IMPLEMENTED;
goto error;
}