summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-08-26 03:16:10 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-08-26 03:16:10 +0000
commita760bca56a55b119cf399c5ac6f8b0db418be2e0 (patch)
treefc300d47c1bd168ba78f48f12f0bb014a65ec211
parentde1964f7fa855022258a84556b266100b917444b (diff)
downloadsamba-a760bca56a55b119cf399c5ac6f8b0db418be2e0.tar.gz
samba-a760bca56a55b119cf399c5ac6f8b0db418be2e0.tar.xz
samba-a760bca56a55b119cf399c5ac6f8b0db418be2e0.zip
Header file change from last commit.
-rw-r--r--source/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index 711ae1fd196..1e8d1c3d293 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -60,6 +60,7 @@ struct print_job_info
typedef struct smb_sign_info {
BOOL use_smb_signing;
BOOL negotiated_smb_signing;
+ BOOL temp_smb_signing;
size_t mac_key_len;
uint8 mac_key[44];
uint32 send_seq_num;