summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-09-03 19:28:00 +0200
committerStefan Metzmacher <metze@samba.org>2010-09-04 09:01:10 +0200
commit2907310803a3168582fa0d7ffb5c357e89723434 (patch)
tree63351ea8c4abd55885b9a2d943f41e445046500f /source3/include/client.h
parent389d35708ea910e68468648396f405e52907c749 (diff)
downloadsamba-2907310803a3168582fa0d7ffb5c357e89723434.tar.gz
samba-2907310803a3168582fa0d7ffb5c357e89723434.tar.bz2
samba-2907310803a3168582fa0d7ffb5c357e89723434.zip
s3:rpc_server: make it possible to use rpcint_binding_handle() directly
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 326931c95f..03d4c85583 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -125,9 +125,6 @@ struct rpc_pipe_client {
/* The following is only non-null on a netlogon client pipe. */
struct netlogon_creds_CredentialState *dc;
-
- /* Used by internal rpc_pipe_client */
- struct pipes_struct *pipes_struct;
};
/* Transport encryption state. */