summaryrefslogtreecommitdiff
path: root/source4/lib/registry/patchfile.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-22 05:02:48 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-24 01:51:01 -0600
commit670918f916cb881d4cc591516c70bafe4e39ba45 (patch)
treeb9c7725aa4c16b66b2380693fd374d670148c77a /source4/lib/registry/patchfile.c
parentb7ffc3b404fbe3cf759e743c23e7bdbf75e71286 (diff)
downloadsamba-670918f916cb881d4cc591516c70bafe4e39ba45.tar.gz
samba-670918f916cb881d4cc591516c70bafe4e39ba45.tar.bz2
samba-670918f916cb881d4cc591516c70bafe4e39ba45.zip
r26563: Fix reg_diff_apply argument order.
(This used to be commit cfffd0357ee4c4bb3f3c9adb051eeee1bbac526a)
Diffstat (limited to 'source4/lib/registry/patchfile.c')
-rw-r--r--source4/lib/registry/patchfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/registry/patchfile.c b/source4/lib/registry/patchfile.c
index e5d9a26618..8a417d5935 100644
--- a/source4/lib/registry/patchfile.c
+++ b/source4/lib/registry/patchfile.c
@@ -432,8 +432,7 @@ static WERROR reg_diff_apply_del_all_values(void *_ctx, const char *key_name)
/**
* Apply diff to a registry context
*/
-_PUBLIC_ WERROR reg_diff_apply(const char *filename,
- struct registry_context *ctx)
+_PUBLIC_ WERROR reg_diff_apply(struct registry_context *ctx, const char *filename)
{
struct reg_diff_callbacks callbacks;