summaryrefslogtreecommitdiffstats
path: root/source/lib/registry/tools/regshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/registry/tools/regshell.c')
-rw-r--r--source/lib/registry/tools/regshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/registry/tools/regshell.c b/source/lib/registry/tools/regshell.c
index 9b582c3c024..7169d7c9f8b 100644
--- a/source/lib/registry/tools/regshell.c
+++ b/source/lib/registry/tools/regshell.c
@@ -497,7 +497,7 @@ int main(int argc, char **argv)
ctx = talloc_zero(NULL, struct regshell_context);
if (remote != NULL) {
- ctx->registry = reg_common_open_remote(remote,
+ ctx->registry = reg_common_open_remote(remote, global_loadparm,
cmdline_credentials);
} else if (file != NULL) {
ctx->current = reg_common_open_file(file, cmdline_credentials);