summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-14 06:29:20 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-14 06:29:20 +0000
commit935dc98f6670ba630bd2086ef9eddcc94a0562e2 (patch)
tree7e6fce2b60b7687057824dcc04aa8f76e649969c /source3/include/client.h
parent99208208fa37483f2a97c004355628423e0c40eb (diff)
downloadsamba-935dc98f6670ba630bd2086ef9eddcc94a0562e2.tar.gz
samba-935dc98f6670ba630bd2086ef9eddcc94a0562e2.tar.bz2
samba-935dc98f6670ba630bd2086ef9eddcc94a0562e2.zip
dce/rpc
(This used to be commit 69f5f9f88935de1f63ffc9aa19c0629b395e66e6)
Diffstat (limited to 'source3/include/client.h')
-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 0da4b40c18..53674fe80a 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -121,6 +121,7 @@ struct cli_state {
unsigned char ntlmssp_hash[258]; /* ntlmssp data. */
uint32 ntlmssp_cli_flgs; /* ntlmssp client flags */
uint32 ntlmssp_srv_flgs; /* ntlmssp server flags */
+ uint32 ntlmssp_seq_num; /* ntlmssp sequence number */
DOM_CRED clnt_cred; /* Client credential. */
fstring mach_acct; /* MYNAME$. */
fstring srv_name_slash; /* \\remote server. */