summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-07-21 02:36:33 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-07-21 02:36:33 +0000
commit0cdc28ab40ed1da48133171450a7ef35afb62e15 (patch)
tree75562215e1d4903aaf355c9fe5bc97b8b6772b27 /source3/rpcclient
parenta6a612a8144019937740753e2a14f823d3c92dd4 (diff)
downloadsamba-0cdc28ab40ed1da48133171450a7ef35afb62e15.tar.gz
samba-0cdc28ab40ed1da48133171450a7ef35afb62e15.tar.bz2
samba-0cdc28ab40ed1da48133171450a7ef35afb62e15.zip
Tpot missed one...
(This used to be commit 28373e5bc2acc09a9e4c9dab3f76c21d04850dde)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/samsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/samsync.c b/source3/rpcclient/samsync.c
index 5b64cbc47d..802666841d 100644
--- a/source3/rpcclient/samsync.c
+++ b/source3/rpcclient/samsync.c
@@ -278,7 +278,7 @@ static NTSTATUS sam_sync(struct cli_state *cli, unsigned char trust_passwd[16],
/* Request a challenge */
- if (!NT_STATUS_IS_OK(new_cli_nt_setup_creds(cli, SEC_CHAN_BDC, trust_passwd))) {
+ if (!NT_STATUS_IS_OK(cli_nt_setup_creds(cli, SEC_CHAN_BDC, trust_passwd))) {
DEBUG(0, ("Error initialising session creds\n"));
goto done;
}