diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-21 21:18:27 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-21 22:08:53 +0200 |
commit | 04b740d18b5f7868bcded1b1bda504a95082425a (patch) | |
tree | b2c88bc1fb650cc613f0b52dddce2d8027f0a223 /source3/include | |
parent | 392ddf970c8f8486e79eec5214ed49912e344e09 (diff) | |
download | samba-04b740d18b5f7868bcded1b1bda504a95082425a.tar.gz samba-04b740d18b5f7868bcded1b1bda504a95082425a.tar.bz2 samba-04b740d18b5f7868bcded1b1bda504a95082425a.zip |
s3:include: remove unused cli_state->called and cli_state->calling
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 75fca5efa1..cfc0b41709 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -75,9 +75,7 @@ struct cli_state { char *share; char *dev; - struct nmb_name called; struct sockaddr_storage src_ss; - struct nmb_name calling; struct sockaddr_storage dest_ss; DATA_BLOB secblob; /* cryptkey or negTokenInit */ |