]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmbconf: fix comments
authorMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 00:15:20 +0000 (01:15 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 01:25:56 +0000 (02:25 +0100)
Michael

source/lib/smbconf/smbconf.c

index 660cb6f79fdc2e5004fe471e5079a437b1d10f85..89fe5585104afba48d8e1d17adfc30018170aa60 100644 (file)
@@ -783,7 +783,7 @@ struct smbconf_ops smbconf_ops_reg = {
  **********************************************************************/
 
 /**
- * Open the configuration.
+ * Initialize the configuration.
  *
  * This should be the first function in a sequence of calls to smbconf
  * functions:
@@ -831,7 +831,6 @@ fail:
  */
 void smbconf_shutdown(struct smbconf_ctx *ctx)
 {
-       /* this also closes the registry (by destructor): */
        TALLOC_FREE(ctx);
 }