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 | 3a2b920ea2e6704b2574f404e1e41c7cfc0f96b2 (patch) | |
tree | 1a8ef991940a67df3cbe1f342770a9667ad62507 /source/libsmb | |
parent | 455e17dbb7d451b462004f302f5c68770f17b65e (diff) | |
download | samba-3a2b920ea2e6704b2574f404e1e41c7cfc0f96b2.tar.gz samba-3a2b920ea2e6704b2574f404e1e41c7cfc0f96b2.tar.xz samba-3a2b920ea2e6704b2574f404e1e41c7cfc0f96b2.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.
Diffstat (limited to 'source/libsmb')
-rw-r--r-- | source/libsmb/clienttrust.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/libsmb/clienttrust.c b/source/libsmb/clienttrust.c index d9d3392d0bf..b223750529f 100644 --- a/source/libsmb/clienttrust.c +++ b/source/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; } |