From 0ec50e8a2feddb1389f7143c35f7f2c3444cf6b9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 1 Aug 2012 10:50:30 +0200 Subject: s3:libsmb: remove unused cli_state->user_session_key metze --- source3/include/client.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') 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; -- cgit