From a15159f5a5bb10c4cb0ecb360edf5fb420b47ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Thu, 3 Dec 2015 15:24:26 +0100 Subject: werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/utils/ Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- source3/utils/net_rpc_registry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils/net_rpc_registry.c') diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index de0db1cf917..5e170538d81 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -1881,7 +1881,7 @@ static WERROR import_create_val(struct import_ctx* ctx, struct dcerpc_binding_handle *b = ctx->pipe_hnd->binding_handle; if (parent == NULL) { - return WERR_INVALID_PARAM; + return WERR_INVALID_PARAMETER; } ZERO_STRUCT(valuename); @@ -1917,7 +1917,7 @@ static WERROR import_delete_val(struct import_ctx* ctx, struct dcerpc_binding_handle *b = ctx->pipe_hnd->binding_handle; if (parent == NULL) { - return WERR_INVALID_PARAM; + return WERR_INVALID_PARAMETER; } ZERO_STRUCT(valuename); -- cgit v1.2.1