diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-06-03 06:22:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-06-03 06:22:19 +0000 |
commit | da44845a0907bc6c9da9aabc0374b8280a85017f (patch) | |
tree | e218397cdcc7f3d01c2575389f6e9d14d546f6a6 /source3/rpcclient | |
parent | 843120837caf6f32324982dc3c12cf79465cf581 (diff) | |
download | samba-da44845a0907bc6c9da9aabc0374b8280a85017f.tar.gz samba-da44845a0907bc6c9da9aabc0374b8280a85017f.tar.bz2 samba-da44845a0907bc6c9da9aabc0374b8280a85017f.zip |
moved secrets fns into secrets.c
(This used to be commit f890bcf06786e7c63bf76fad2fd46d287a99a270)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_netlogon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index 639453b4d7..d00bb41b88 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -79,8 +79,8 @@ void cmd_netlogon_login_test(struct client_info *info) DEBUG(5,("do_nt_login_test: username %s\n", nt_user_name)); - res = res ? get_trust_account_password(smb_cli->domain, - trust_passwd, NULL) : False; + res = res ? secrets_fetch_trust_account_password(smb_cli->domain, + trust_passwd, NULL) : False; #if 0 /* check whether the user wants to change their machine password */ |