summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dcesrv_crypto_ntlmssp.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/rpc_server/dcesrv_crypto_ntlmssp.c')
-rw-r--r--source4/rpc_server/dcesrv_crypto_ntlmssp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/rpc_server/dcesrv_crypto_ntlmssp.c b/source4/rpc_server/dcesrv_crypto_ntlmssp.c
index a0bb153ef2..e23f136308 100644
--- a/source4/rpc_server/dcesrv_crypto_ntlmssp.c
+++ b/source4/rpc_server/dcesrv_crypto_ntlmssp.c
@@ -36,9 +36,8 @@ static NTSTATUS dcesrv_crypto_ntlmssp_start(struct dcesrv_auth *auth, DATA_BLOB
struct auth_ntlmssp_state *ntlmssp = NULL;
NTSTATUS status;
- /* TODO: we should parse the auth_blob and remember the client
- hostname and target domain, then check against the auth3
- bind packet */
+ /* the auth_blob is ignored here, and is handled in the call
+ to auth_ntlmssp_update() */
status = auth_ntlmssp_start(&ntlmssp);