summaryrefslogtreecommitdiff
path: root/source4/lib/registry/patchfile.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-03-29 18:43:38 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-03-29 18:44:00 +0200
commita5e6b5589b9d8498740a289dba2d56d3eb14af72 (patch)
tree54d75935707d260d1e886ce4a21e1bd884f6a7c7 /source4/lib/registry/patchfile.c
parent38fc9dfdc6046e21cd8f0127e2cd88f72f81b3b3 (diff)
downloadsamba-a5e6b5589b9d8498740a289dba2d56d3eb14af72.tar.gz
samba-a5e6b5589b9d8498740a289dba2d56d3eb14af72.tar.bz2
samba-a5e6b5589b9d8498740a289dba2d56d3eb14af72.zip
registry: Fix compilation.
Diffstat (limited to 'source4/lib/registry/patchfile.c')
-rw-r--r--source4/lib/registry/patchfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/patchfile.c b/source4/lib/registry/patchfile.c
index 9ca00bd9b0..a01c3554c4 100644
--- a/source4/lib/registry/patchfile.c
+++ b/source4/lib/registry/patchfile.c
@@ -435,7 +435,7 @@ static WERROR reg_diff_apply_del_key(void *_ctx, const char *key_name)
/* therefore all children recursively and the "WERR_BADFILE" result is */
/* expected. */
- reg_key_del_abs(ctx, ctx, key_name);
+ reg_key_del_abs(ctx, key_name);
return WERR_OK;
}