From: Günther Deschner Date: Thu, 3 Dec 2015 14:24:23 +0000 (+0100) Subject: werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in libgpo/gpext/gpext.c X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=2f0703b02e2cfb617636257802c2dd99186dc31e werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in libgpo/gpext/gpext.c Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index 1320dadecfcd..782c8217c03a 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -434,14 +434,14 @@ static WERROR gp_extension_store_reg_entry(TALLOC_CTX *mem_ctx, const char *subkeyname = NULL; if (!gp_extension_reg_info_verify(entry)) { - return WERR_INVALID_PARAM; + return WERR_INVALID_PARAMETER; } subkeyname = GUID_string2(mem_ctx, &entry->guid); W_ERROR_HAVE_NO_MEMORY(subkeyname); if (!strupper_m(discard_const_p(char, subkeyname))) { - return WERR_INVALID_PARAM; + return WERR_INVALID_PARAMETER; } werr = gp_store_reg_subkey(mem_ctx,