diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-16 00:07:25 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-16 00:07:25 +0000 |
commit | 1bcbc67767e68ae12533c1ea44e2c0a567e4c93c (patch) | |
tree | 6f26549c06de7712e4bd19a127ec415fca4e9b4b /source3/rpcclient | |
parent | c404bb775414139a4b07a73f79cf069a083acb26 (diff) | |
download | samba-1bcbc67767e68ae12533c1ea44e2c0a567e4c93c.tar.gz samba-1bcbc67767e68ae12533c1ea44e2c0a567e4c93c.tar.bz2 samba-1bcbc67767e68ae12533c1ea44e2c0a567e4c93c.zip |
trust password
(This used to be commit fa86770d56fd4a3e280ee4f5685e29dee2a713fb)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_netlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index 88510c95e7..1be24fe130 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -78,7 +78,7 @@ void cmd_netlogon_login_test(struct client_info *info) DEBUG(5,("do_nt_login_test: username %s\n", nt_user_name)); - res = res ? trust_get_passwd(trust_passwd, info->myhostname, smb_cli->domain) : False; + res = res ? trust_get_passwd(trust_passwd, smb_cli->domain, info->myhostname) : False; #if 0 /* check whether the user wants to change their machine password */ |