summaryrefslogtreecommitdiff
path: root/source3/registry
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:20 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:20 +0200
commit5d4ff5125315059e936d31461485a2ec6b2f6d0a (patch)
treee862aab6abfa8e16e16f69e6847a79587c75addc /source3/registry
parentc08c71c0e53a3c4cd7f38feb86dc0c1e4f415c22 (diff)
downloadsamba-5d4ff5125315059e936d31461485a2ec6b2f6d0a.tar.gz
werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/registry/reg_api_regf.c
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/registry')
-rw-r--r--source3/registry/reg_api_regf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_api_regf.c b/source3/registry/reg_api_regf.c
index d30877792ac..3bf8b1296fd 100644
--- a/source3/registry/reg_api_regf.c
+++ b/source3/registry/reg_api_regf.c
@@ -184,7 +184,7 @@ static WERROR reg_write_tree(REGF_FILE *regfile, const char *keypath,
struct security_descriptor *sec_desc = NULL;
if (!regfile) {
- return WERR_GENERAL_FAILURE;
+ return WERR_GEN_FAILURE;
}
if (!keypath) {