diff options
author | Gerald Carter <jerry@samba.org> | 2005-07-14 14:39:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:06 -0500 |
commit | dae78e57e2341e519a2bb609d827968ac93a2499 (patch) | |
tree | 0f32b0448015f7ab2599ae7f32f23b2c8f5d0e38 /source3/include | |
parent | 0d8ef1cec4134521dc507bd27f256ed93084818c (diff) | |
download | samba-dae78e57e2341e519a2bb609d827968ac93a2499.tar.gz samba-dae78e57e2341e519a2bb609d827968ac93a2499.tar.bz2 samba-dae78e57e2341e519a2bb609d827968ac93a2499.zip |
r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sesssetup.c
(This used to be commit aab17a7095a18b243a271f8f3f824facd6932f23)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 55baf84531..2ea6633ceb 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1644,6 +1644,8 @@ typedef struct user_struct struct auth_serversupplied_info *server_info; + struct auth_ntlmssp_state *auth_ntlmssp_state; + } user_struct; |