summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/regpatch.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-07 03:01:41 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:48:42 +0100
commitbca631be1f4cefeec3d64cd552ec6d9ee9cc1971 (patch)
tree375d4e22cbf3be367dccc82a50391b5756921e81 /source4/lib/registry/tools/regpatch.c
parent6c77f353d3d952b46b401ab29837ba5b75e353c2 (diff)
downloadsamba-bca631be1f4cefeec3d64cd552ec6d9ee9cc1971.tar.gz
samba-bca631be1f4cefeec3d64cd552ec6d9ee9cc1971.tar.bz2
samba-bca631be1f4cefeec3d64cd552ec6d9ee9cc1971.zip
r26329: Fix more loadparm_context references. Only about a 100 left now.
(This used to be commit ddf233346d848e91bc6a6a572f0f6120540503b7)
Diffstat (limited to 'source4/lib/registry/tools/regpatch.c')
-rw-r--r--source4/lib/registry/tools/regpatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c
index 2f2cf789a9..441138832e 100644
--- a/source4/lib/registry/tools/regpatch.c
+++ b/source4/lib/registry/tools/regpatch.c
@@ -49,7 +49,7 @@ int main(int argc, char **argv)
}
if (remote) {
- h = reg_common_open_remote (remote, cmdline_credentials);
+ h = reg_common_open_remote (remote, global_loadparm, cmdline_credentials);
} else {
h = reg_common_open_local (cmdline_credentials, global_loadparm);
}