summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-09-25 15:19:00 +0000
committerGerald Carter <jerry@samba.org>2002-09-25 15:19:00 +0000
commit65e7b5273bb58802bf0c389b77f7fcae0a1f6139 (patch)
tree672f59370f72efa2b3f4471bf311e0159e004a13 /source/include/client.h
parentb5d03c7b55fb2f34fa4d0228abe4389020e5ed5f (diff)
downloadsamba-65e7b5273bb58802bf0c389b77f7fcae0a1f6139.tar.gz
samba-65e7b5273bb58802bf0c389b77f7fcae0a1f6139.tar.xz
samba-65e7b5273bb58802bf0c389b77f7fcae0a1f6139.zip
sync'ing up for 3.0alpha20 release
Diffstat (limited to 'source/include/client.h')
-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;