summaryrefslogtreecommitdiff
path: root/source3/include
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
commitd8767bcdad96355b54a02fdf8cc9be6c569bc49d (patch)
treeaf39521e18c20c4ff87d589175371dd0dc9f1c9f /source3/include
parent2560c73026ced1917a04f0e670f51ebcc984bb86 (diff)
downloadsamba-d8767bcdad96355b54a02fdf8cc9be6c569bc49d.tar.gz
samba-d8767bcdad96355b54a02fdf8cc9be6c569bc49d.tar.bz2
samba-d8767bcdad96355b54a02fdf8cc9be6c569bc49d.zip
Header file change from last commit.
(This used to be commit a760bca56a55b119cf399c5ac6f8b0db418be2e0)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 711ae1fd19..1e8d1c3d29 100644
--- a/source3/include/client.h
+++ b/source3/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;