summaryrefslogtreecommitdiff
path: root/source4/lib/registry/local.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-18 03:00:00 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-18 03:42:00 +0100
commitb5ba4910120e5350e48927cc0f5f06742ee02eb8 (patch)
tree9928db273316426ededaafe44b19195420ee7c80 /source4/lib/registry/local.c
parente490415e2e300452e152373eb79fb437fb11449d (diff)
downloadsamba-b5ba4910120e5350e48927cc0f5f06742ee02eb8.tar.gz
samba-b5ba4910120e5350e48927cc0f5f06742ee02eb8.tar.bz2
samba-b5ba4910120e5350e48927cc0f5f06742ee02eb8.zip
registry: Avoid mapping registry return codes: return the right value in the first place.
(This used to be commit 434e4857cec17d6d9e8983e151c170eed59fc6d1)
Diffstat (limited to 'source4/lib/registry/local.c')
-rw-r--r--source4/lib/registry/local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/local.c b/source4/lib/registry/local.c
index fa59f25596..3e463100c9 100644
--- a/source4/lib/registry/local.c
+++ b/source4/lib/registry/local.c
@@ -140,7 +140,7 @@ WERROR local_get_predefined_key(struct registry_context *ctx,
}
if (mp == NULL)
- return WERR_NOT_FOUND;
+ return WERR_BADFILE;
*key = reg_import_hive_key(ctx, mp->key,
mp->path.predefined_key,