s3-auth fix comment after s3 ntlmssp gensec module
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Oct 2011 03:00:39 +0000 (14:00 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 18 Oct 2011 02:13:33 +0000 (13:13 +1100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/include/ntlmssp_wrap.h

index 8edacd74aa34c4f493759ed7aceb866c5de4ee84..863c359bbe45267e0029b5cf17ba59b052835c69 100644 (file)
@@ -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;
 };