diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 4 |
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; |