1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-09 20:23:51 +03:00

Make use of rpccli_xxx_bind_data

This commit is contained in:
Volker Lendecke
2008-04-22 14:31:35 +02:00
parent 630b9c241c
commit f9bc336aff
2 changed files with 62 additions and 169 deletions

View File

@@ -58,7 +58,6 @@ struct cli_pipe_auth_data {
NTLMSSP_STATE *ntlmssp_state;
struct kerberos_auth_struct *kerberos_auth;
} a_u;
void (*cli_auth_data_free_func)(struct cli_pipe_auth_data *);
};
struct rpc_pipe_client {