1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/libgpo/gpo_reg.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:20 +01:00 committed by Jeremy Allison
parent 2324d9cd32
commit ef4f4d8be7

View File

@ -462,7 +462,7 @@ WERROR gp_reg_state_store(TALLOC_CTX *mem_ctx,
struct GROUP_POLICY_OBJECT *gpo_list)
{
struct gp_registry_context *reg_ctx = NULL;
WERROR werr = WERR_GENERAL_FAILURE;
WERROR werr = WERR_GEN_FAILURE;
const char *subkeyname = NULL;
struct GROUP_POLICY_OBJECT *gpo;
int count = 0;
@ -622,7 +622,7 @@ WERROR gp_reg_state_read(TALLOC_CTX *mem_ctx,
struct GROUP_POLICY_OBJECT **gpo_list)
{
struct gp_registry_context *reg_ctx = NULL;
WERROR werr = WERR_GENERAL_FAILURE;
WERROR werr = WERR_GEN_FAILURE;
const char *subkeyname = NULL;
struct GROUP_POLICY_OBJECT *gpo = NULL;
int count = 0;