s3:libsmb: fix some function header comments.
authorMichael Adam <obnox@samba.org>
Thu, 20 Nov 2014 11:59:15 +0000 (12:59 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 20 Nov 2014 17:45:27 +0000 (18:45 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Nov 20 18:45:28 CET 2014 on sn-devel-104

source3/libsmb/libsmb_setget.c

index 3255b522bb092148786f1efaa4a499d116f09267..d203b09a4c9416c9b1c71eee640673adfcaac944 100644 (file)
@@ -467,14 +467,14 @@ smbc_setOptionNoAutoAnonymousLogin(SMBCCTX *c, smbc_bool b)
         }
 }
 
         }
 }
 
-/** Get whether to enable use of kerberos */
+/** Get whether to enable use of the winbind ccache */
 smbc_bool
 smbc_getOptionUseCCache(SMBCCTX *c)
 {
         return c->flags & SMB_CTX_FLAG_USE_CCACHE ? True : False;
 }
 
 smbc_bool
 smbc_getOptionUseCCache(SMBCCTX *c)
 {
         return c->flags & SMB_CTX_FLAG_USE_CCACHE ? True : False;
 }
 
-/** Set whether to enable use of kerberos */
+/** Set whether to enable use of the winbind ccache */
 void
 smbc_setOptionUseCCache(SMBCCTX *c, smbc_bool b)
 {
 void
 smbc_setOptionUseCCache(SMBCCTX *c, smbc_bool b)
 {
@@ -485,7 +485,7 @@ smbc_setOptionUseCCache(SMBCCTX *c, smbc_bool b)
         }
 }
 
         }
 }
 
-/** Get whether to enable use of the winbind ccache */
+/** Get indication whether the password supplied is the NT hash */
 smbc_bool
 smbc_getOptionUseNTHash(SMBCCTX *c)
 {
 smbc_bool
 smbc_getOptionUseNTHash(SMBCCTX *c)
 {