diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-21 16:01:19 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-21 16:01:19 +0100 |
commit | 48307b54f95395fbd201d92d738b482f80cd15ef (patch) | |
tree | fde46141ad4c47fe726718a19e68743227ef56c0 /source4/torture/rpc | |
parent | 263a77c5618daddb0c1e4f0ad0a922bca55faf0d (diff) | |
download | samba-48307b54f95395fbd201d92d738b482f80cd15ef.tar.gz samba-48307b54f95395fbd201d92d738b482f80cd15ef.tar.bz2 samba-48307b54f95395fbd201d92d738b482f80cd15ef.zip |
Remove more uses of global_loadparm.
(This used to be commit 3430cc60972b94d0d238bc39f473feed96949c5d)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/samba3rpc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 1386f61c2b..95252e7397 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -3269,7 +3269,8 @@ static NTSTATUS torture_samba3_setconfig(struct smbcli_state *cli, goto done; } - if (!reg_string_to_val(hklm, "REG_SZ", value, &type, &val)) { + if (!reg_string_to_val(hklm, lp_iconv_convenience(lp_ctx), "REG_SZ", + value, &type, &val)) { d_printf("(%s) reg_string_to_val failed\n", __location__); goto done; } |