summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-17 14:00:39 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-18 13:13:33 +1100
commit0f2b27e7d428e75b8e6079ee5f36a0cccd4d1785 (patch)
tree0ec2f4fa8052f83ff2ea6b6dfed46a47fa3e4056
parentf88b686167d3cc0c8e2c6d00f12da4b0fccc767d (diff)
downloadsamba-0f2b27e7d428e75b8e6079ee5f36a0cccd4d1785.tar.gz
samba-0f2b27e7d428e75b8e6079ee5f36a0cccd4d1785.tar.bz2
samba-0f2b27e7d428e75b8e6079ee5f36a0cccd4d1785.zip
s3-auth fix comment after s3 ntlmssp gensec module
Signed-off-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--source3/include/ntlmssp_wrap.h2
1 files changed, 1 insertions, 1 deletions
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;
};