summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-08-01 10:50:30 +0200
committerStefan Metzmacher <metze@samba.org>2012-08-01 14:17:15 +0200
commit0ec50e8a2feddb1389f7143c35f7f2c3444cf6b9 (patch)
tree579473f7ff49c104dd1494e9b2b80de93b5ef061 /source3/include/client.h
parent0068a9fd930331e6f2ee49aa79489c333ae4e722 (diff)
downloadsamba-0ec50e8a2feddb1389f7143c35f7f2c3444cf6b9.tar.gz
samba-0ec50e8a2feddb1389f7143c35f7f2c3444cf6b9.tar.xz
samba-0ec50e8a2feddb1389f7143c35f7f2c3444cf6b9.zip
s3:libsmb: remove unused cli_state->user_session_key
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 748f78e0f4..f6aaceaea6 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -77,10 +77,6 @@ struct cli_state {
bool dfsroot;
bool backup_intent;
- /* the session key for this CLI, outside
- any per-pipe authenticaion */
- DATA_BLOB user_session_key;
-
/* The list of pipes currently open on this connection. */
struct rpc_pipe_client *pipe_list;