summaryrefslogtreecommitdiff
path: root/source4/libcli/smb_composite/smb_composite.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-25 15:59:22 +0100
committerAndrew Bartlett <abartlet@samba.org>2008-04-25 15:59:22 +0100
commit35e45534c64930a0f22c5975c64be41d96265a00 (patch)
treea49ce919d94a53449b8bbb57ebe862216b455ec1 /source4/libcli/smb_composite/smb_composite.h
parentc4219fd8030494986c5fa418c46defb1a9c05c7e (diff)
downloadsamba-35e45534c64930a0f22c5975c64be41d96265a00.tar.gz
samba-35e45534c64930a0f22c5975c64be41d96265a00.tar.bz2
samba-35e45534c64930a0f22c5975c64be41d96265a00.zip
Revert to using the old CIFS connection API.
Rather than add a new 'out' member to the API, simply fill in the 'tree' early enough that we can access the server challenge there. Andrew Bartlett (This used to be commit 6dbbcf8aaf9b93af970d1701dfb185460d4dc788)
Diffstat (limited to 'source4/libcli/smb_composite/smb_composite.h')
-rw-r--r--source4/libcli/smb_composite/smb_composite.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/smb_composite/smb_composite.h b/source4/libcli/smb_composite/smb_composite.h
index 80746f2732..afee11ce3b 100644
--- a/source4/libcli/smb_composite/smb_composite.h
+++ b/source4/libcli/smb_composite/smb_composite.h
@@ -101,7 +101,6 @@ struct smb_composite_connect {
struct {
struct smbcli_tree *tree;
bool anonymous_fallback_done;
- DATA_BLOB negprot_challenge;
} out;
};