summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/smbconf/smbconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/lib/smbconf/smbconf.c b/source3/lib/smbconf/smbconf.c
index 660cb6f79f..89fe558510 100644
--- a/source3/lib/smbconf/smbconf.c
+++ b/source3/lib/smbconf/smbconf.c
@@ -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);
}