diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ntlmssp_wrap.h | 2 |
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; }; |