diff options
author | Luke Leighton <lkcl@samba.org> | 1999-12-02 19:03:23 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-12-02 19:03:23 +0000 |
commit | 98e28ee14ce7ffe93777315891a6626ac7a0828a (patch) | |
tree | aa4849a6d751ae5a978ed31e125d06c8e4e561c0 /source3/libsmb | |
parent | 5988d0cdae19d014a5a011de83c48326e82860b6 (diff) | |
download | samba-98e28ee14ce7ffe93777315891a6626ac7a0828a.tar.gz samba-98e28ee14ce7ffe93777315891a6626ac7a0828a.tar.bz2 samba-98e28ee14ce7ffe93777315891a6626ac7a0828a.zip |
cleaning up: removing those horrible references to server list
functions (cli_net_use_addlist()). needed originally because
there was no get_dc_any_name() function.
(This used to be commit 3a2b920ea2e6704b2574f404e1e41c7cfc0f96b2)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clienttrust.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/libsmb/clienttrust.c b/source3/libsmb/clienttrust.c index d9d3392d0b..b223750529 100644 --- a/source3/libsmb/clienttrust.c +++ b/source3/libsmb/clienttrust.c @@ -57,8 +57,7 @@ static BOOL modify_trust_password( char *domain, char *remote_machine, make_nmb_name(&called , remote_machine, 0x20, scope); if (cli_nt_setup_creds(srv_name, global_myname, trust_acct, - orig_trust_passwd_hash, sec_chan, - srv_name) != 0x0) + orig_trust_passwd_hash, sec_chan) != 0x0) { return False; } |