1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

r26563: Fix reg_diff_apply argument order.

This commit is contained in:
Jelmer Vernooij
2007-12-22 05:02:48 -06:00
committed by Stefan Metzmacher
parent b07ca944ba
commit cfffd0357e
4 changed files with 4 additions and 10 deletions

View File

@@ -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;