summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
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;