werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in libgpo/gpext/gpext.c
[bbaumbach/samba-autobuild/.git] / libgpo / gpext / gpext.c
index 1320dadecfcdbfa403659643cc0addbafee8769a..782c8217c03af98e2b1a469c061e6e96610f89ba 100644 (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,