summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-20 18:39:46 -0400
committerSimo Sorce <idra@samba.org>2010-07-28 12:20:13 -0400
commit250e341e0aad67c2f70fea597f34deadea1d2ccc (patch)
tree5e44220997b7ce001e62627be64299827be26f37 /source3/include
parentb00f9a0a2d3b692dd12e182a2a4a7979c626dec7 (diff)
downloadsamba-250e341e0aad67c2f70fea597f34deadea1d2ccc.tar.gz
samba-250e341e0aad67c2f70fea597f34deadea1d2ccc.tar.bz2
samba-250e341e0aad67c2f70fea597f34deadea1d2ccc.zip
misc: Remove unused structure elements
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index ee5afc8273..c73d0b41a5 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. */