diff options
author | Tim Potter <tpot@samba.org> | 2002-07-21 00:49:16 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-07-21 00:49:16 +0000 |
commit | 035738863609b0762a18962f1c471bb385254f10 (patch) | |
tree | c52db615d5e49d42a0a7ddd5c62850779bf0ceec /source3/auth | |
parent | 2582e955e70d166f707fd1374c1f9c120f10c2c2 (diff) | |
download | samba-035738863609b0762a18962f1c471bb385254f10.tar.gz samba-035738863609b0762a18962f1c471bb385254f10.tar.bz2 samba-035738863609b0762a18962f1c471bb385254f10.zip |
Renamed all the new_cli_netlogon_* functions to cli_netlogon_*
as they're no longer new!
(This used to be commit 277f6bbb9a63541a473a80a7994e9bde5c6f22dc)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index ee3793a6c1..0f084dc1de 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -139,7 +139,7 @@ machine %s. Error was : %s.\n", remote_machine, cli_errstr(*cli))); return NT_STATUS_NO_MEMORY; } - result = new_cli_nt_setup_creds(*cli, sec_chan, trust_passwd); + result = cli_nt_setup_creds(*cli, sec_chan, trust_passwd); if (!NT_STATUS_IS_OK(result)) { DEBUG(0,("connect_to_domain_password_server: unable to setup the PDC credentials to machine \ |