summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-07-21 00:49:16 +0000
committerTim Potter <tpot@samba.org>2002-07-21 00:49:16 +0000
commit035738863609b0762a18962f1c471bb385254f10 (patch)
treec52db615d5e49d42a0a7ddd5c62850779bf0ceec /source3/utils
parent2582e955e70d166f707fd1374c1f9c120f10c2c2 (diff)
downloadsamba-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/utils')
-rw-r--r--source3/utils/net_rpc_join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c
index 3106c994f5..cfa37d25df 100644
--- a/source3/utils/net_rpc_join.c
+++ b/source3/utils/net_rpc_join.c
@@ -272,7 +272,7 @@ int net_rpc_join_newstyle(int argc, const char **argv)
goto done;
}
- CHECK_RPC_ERR(new_cli_nt_setup_creds(cli,
+ CHECK_RPC_ERR(cli_nt_setup_creds(cli,
(acb_info & ACB_SVRTRUST) ? SEC_CHAN_BDC : SEC_CHAN_WKSTA,
stored_md4_trust_password),
"error in domain join verification");