diff options
author | Richard Sharpe <sharpe@samba.org> | 2002-09-03 21:35:26 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2002-09-03 21:35:26 +0000 |
commit | f04ca060c2f30f4b5c01867b8db117e00912750c (patch) | |
tree | cfe2e7a98b2787504794fa9c7ca37d90791ce279 /source3/libsmb/clispnego.c | |
parent | fedc33df428411fb8a58c4e9d2d7d8fa0e9d2923 (diff) | |
download | samba-f04ca060c2f30f4b5c01867b8db117e00912750c.tar.gz samba-f04ca060c2f30f4b5c01867b8db117e00912750c.tar.bz2 samba-f04ca060c2f30f4b5c01867b8db117e00912750c.zip |
Fix the struct_blob.
(This used to be commit ce152b33c8b08905ea863d47a620c90ca47c8566)
Diffstat (limited to 'source3/libsmb/clispnego.c')
-rw-r--r-- | source3/libsmb/clispnego.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/clispnego.c b/source3/libsmb/clispnego.c index 8aab0fdda9..04ec6ed39e 100644 --- a/source3/libsmb/clispnego.c +++ b/source3/libsmb/clispnego.c @@ -518,6 +518,7 @@ DATA_BLOB spnego_gen_auth_response(void) A = ASCII string (pointer + length) Actually same as B B = data blob (pointer + length) b = data blob in header (pointer + length) + D d = word (4 bytes) C = constant ascii string */ |