From: Michael Adam Date: Sun, 22 Sep 2013 05:51:05 +0000 (+0200) Subject: s3:net rpc conf: print the provided parameter name on error, not the canonicalized one X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=b7db29eb2a224068282f9dd38502a147c2df5712;hp=bceb34543e68306ad7cf69894302682e916b2325;p=obnox%2Fsamba%2Fsamba-obnox.git s3:net rpc conf: print the provided parameter name on error, not the canonicalized one Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- diff --git a/source3/utils/net_rpc_conf.c b/source3/utils/net_rpc_conf.c index 0893442620d..49c2eaf5f8c 100644 --- a/source3/utils/net_rpc_conf.c +++ b/source3/utils/net_rpc_conf.c @@ -1840,7 +1840,7 @@ static NTSTATUS rpc_conf_setparm_internal(struct net_context *c, if (!smbconf_reg_parameter_is_valid(canon_valname)) { d_fprintf(stderr, "Parameter '%s' not allowed in registry.\n", - canon_valname); + argv[1]); werr = WERR_INVALID_PARAM; goto error; }