1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-26 23:33:15 +03:00

Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client

(This used to be commit f665afaaa3)
This commit is contained in:
Volker Lendecke
2008-04-21 10:39:37 +02:00
parent 501562f15c
commit 9e9d40d097
4 changed files with 71 additions and 58 deletions

View File

@@ -39,7 +39,7 @@ static NTSTATUS just_change_the_password(struct rpc_pipe_client *cli, TALLOC_CTX
/* Check if the netlogon pipe is open using schannel. If so we
already have valid creds. If not we must set them up. */
if (cli->auth.auth_type != PIPE_AUTH_TYPE_SCHANNEL) {
if (cli->auth->auth_type != PIPE_AUTH_TYPE_SCHANNEL) {
uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS;
result = rpccli_netlogon_setup_creds(cli,