From 250e341e0aad67c2f70fea597f34deadea1d2ccc Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 20 Jul 2010 18:39:46 -0400 Subject: [PATCH] misc: Remove unused structure elements --- source3/include/client.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source3/include/client.h b/source3/include/client.h index ee5afc82736..c73d0b41a5c 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -215,7 +215,6 @@ struct cli_state { fstring dev; struct nmb_name called; struct nmb_name calling; - fstring full_dest_host_name; struct sockaddr_storage dest_ss; DATA_BLOB secblob; /* cryptkey or negTokenInit */ @@ -241,11 +240,6 @@ struct cli_state { uint32_t requested_posix_capabilities; bool dfsroot; -#if 0 - TALLOC_CTX *longterm_mem_ctx; - TALLOC_CTX *call_mem_ctx; -#endif - struct smb_signing_state *signing_state; struct smb_trans_enc_state *trans_enc_state; /* Setup if we're encrypting SMB's. */ -- 2.34.1