summaryrefslogtreecommitdiff
path: root/source3/auth/auth_ntlmssp.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-07-24 04:25:37 +0000
committerJeremy Allison <jra@samba.org>2003-07-24 04:25:37 +0000
commit79e2d7c24ebc06a485d8a26c1e58c684237ef533 (patch)
treecfb44e642d956004260392b2c03c52ce9c8e6fff /source3/auth/auth_ntlmssp.c
parent9832cd8617cc8b14545eb147d0b61361c43950c1 (diff)
downloadsamba-79e2d7c24ebc06a485d8a26c1e58c684237ef533.tar.gz
samba-79e2d7c24ebc06a485d8a26c1e58c684237ef533.tar.bz2
samba-79e2d7c24ebc06a485d8a26c1e58c684237ef533.zip
Server side NTLM signing works - until the first async packet. Working on this
next.... Jeremy. (This used to be commit eff74a1fcc597497a4c70589a44c1b70e93ab549)
Diffstat (limited to 'source3/auth/auth_ntlmssp.c')
-rw-r--r--source3/auth/auth_ntlmssp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c
index a381219d74..3af0cbaada 100644
--- a/source3/auth/auth_ntlmssp.c
+++ b/source3/auth/auth_ntlmssp.c
@@ -135,4 +135,3 @@ NTSTATUS auth_ntlmssp_update(AUTH_NTLMSSP_STATE *auth_ntlmssp_state,
{
return ntlmssp_server_update(auth_ntlmssp_state->ntlmssp_state, request, reply);
}
-