summaryrefslogtreecommitdiff
path: root/source4/lib/registry/patchfile.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-22 19:56:52 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-22 22:31:03 +0100
commit5f850af84aec378780b5caeff9e795297654abcc (patch)
treee8c05aab88645a5f3785281ea0aa2ae0fdcf4f8c /source4/lib/registry/patchfile.c
parent5b6ad54f43741c0c25b35e44cafe5fed352ff133 (diff)
downloadsamba-5f850af84aec378780b5caeff9e795297654abcc.tar.gz
samba-5f850af84aec378780b5caeff9e795297654abcc.tar.bz2
samba-5f850af84aec378780b5caeff9e795297654abcc.zip
s4:registry - adaptions for "add also a memory context argument for "reg_key_del_abs"
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 d91516cdc9..c3395d4204 100644
--- a/source4/lib/registry/patchfile.c
+++ b/source4/lib/registry/patchfile.c
@@ -434,7 +434,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, key_name);
+ reg_key_del_abs(ctx, ctx, key_name);
return WERR_OK;
}