From 0f2b27e7d428e75b8e6079ee5f36a0cccd4d1785 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 17 Oct 2011 14:00:39 +1100 Subject: s3-auth fix comment after s3 ntlmssp gensec module Signed-off-by: Stefan Metzmacher --- source3/include/ntlmssp_wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h index 8edacd74aa..863c359bbe 100644 --- a/source3/include/ntlmssp_wrap.h +++ b/source3/include/ntlmssp_wrap.h @@ -28,7 +28,7 @@ struct auth_ntlmssp_state { struct auth_context *auth_context; struct gensec_security *gensec_security; - /* used by both client and server implementation */ + /* used only by the client implementation */ struct ntlmssp_state *ntlmssp_state; }; -- cgit