1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00

fixed up the .in side of SMB2 negprot

fixed the input side of the SMB2 negprot structure and parsers according to the documentation
This commit is contained in:
Andrew Tridgell
2008-02-12 12:54:44 +11:00
parent 35c8ebdca2
commit 55af8acc7b
6 changed files with 76 additions and 19 deletions

View File

@@ -291,7 +291,7 @@ struct smbsrv_connection {
/* the negotiatiated protocol */
enum protocol_types protocol;
/* authentication context for multi-part negprot */
struct auth_context *auth_context;