s3:rpc_client: make use of the new netlogon_creds_cli_context
[samba.git] / source3 / rpc_client / rpc_client.h
index 8024f0182158b6ce8863a0d9df5652e4ad0d8bb2..7c4cceb863dcfef1f8ccd8f3cca41b25af96fa8a 100644 (file)
@@ -50,7 +50,7 @@ struct rpc_pipe_client {
        struct pipe_auth_data *auth;
 
        /* The following is only non-null on a netlogon client pipe. */
-       struct netlogon_creds_CredentialState *dc;
+       struct netlogon_creds_cli_context *netlogon_creds;
 };
 
 #endif /* _RPC_CLIENT_H */