1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in libgpo/gpext/gpext.c

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Günther Deschner 2015-12-03 15:24:23 +01:00 committed by Jeremy Allison
parent c9e42d7a06
commit 2f0703b02e

View File

@ -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,