diff options
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 37d68ba4af..a97f8e9c03 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -6510,7 +6510,7 @@ static bool process_registry_globals(bool (*pfunc)(const char *, const char *)) goto done; } - werr = smbconf_get_share(mem_ctx, conf_ctx, GLOBAL_NAME, + werr = smbconf_get_share(conf_ctx, mem_ctx, GLOBAL_NAME, &num_params, ¶m_names, ¶m_values); if (!W_ERROR_IS_OK(werr)) { goto done; |