From 324e92ea670d7bd6b1630b04fb5fb51324abda7b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 22 Apr 2008 14:31:35 +0200 Subject: Make use of rpccli_xxx_bind_data (This used to be commit f9bc336affd2ce21a3c62880ecea2622f35653d1) --- source3/include/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index 3459ae20d0..5ab457a2ab 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -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 { -- cgit