diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-14 06:29:20 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-14 06:29:20 +0000 |
commit | 935dc98f6670ba630bd2086ef9eddcc94a0562e2 (patch) | |
tree | 7e6fce2b60b7687057824dcc04aa8f76e649969c /source3/include/client.h | |
parent | 99208208fa37483f2a97c004355628423e0c40eb (diff) | |
download | samba-935dc98f6670ba630bd2086ef9eddcc94a0562e2.tar.gz samba-935dc98f6670ba630bd2086ef9eddcc94a0562e2.tar.xz samba-935dc98f6670ba630bd2086ef9eddcc94a0562e2.zip |
dce/rpc
(This used to be commit 69f5f9f88935de1f63ffc9aa19c0629b395e66e6)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 0da4b40c18a..53674fe80a4 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. */ |