diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-22 14:31:35 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-04-25 11:12:51 +0200 |
commit | 324e92ea670d7bd6b1630b04fb5fb51324abda7b (patch) | |
tree | 6b7b63bbda01aaa4ecf62117471e3e757f676ee4 /source3/include | |
parent | 253b0b88687d4f72f1a4f1e7a9e46e438d56bd0d (diff) | |
download | samba-324e92ea670d7bd6b1630b04fb5fb51324abda7b.tar.gz samba-324e92ea670d7bd6b1630b04fb5fb51324abda7b.tar.bz2 samba-324e92ea670d7bd6b1630b04fb5fb51324abda7b.zip |
Make use of rpccli_xxx_bind_data
(This used to be commit f9bc336affd2ce21a3c62880ecea2622f35653d1)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |