From b7db29eb2a224068282f9dd38502a147c2df5712 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 22 Sep 2013 07:51:05 +0200 Subject: s3:net rpc conf: print the provided parameter name on error, not the canonicalized one Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/utils/net_rpc_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/net_rpc_conf.c b/source3/utils/net_rpc_conf.c index 0893442620..49c2eaf5f8 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; } -- cgit