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:
committed by
Stefan Metzmacher
parent
b07ca944ba
commit
cfffd0357e
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user