summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-21 01:15:20 +0100
committerMichael Adam <obnox@samba.org>2008-03-21 02:25:56 +0100
commit095048f2dfb7621709f079f171d31bd6c4e610f9 (patch)
treea8446f337bb250ba54206a473ef2303d23f52fb6 /source3/lib
parent23b1d721b8262f69cb7e28348c8e5cdf3483d4ea (diff)
downloadsamba-095048f2dfb7621709f079f171d31bd6c4e610f9.tar.gz
samba-095048f2dfb7621709f079f171d31bd6c4e610f9.tar.bz2
samba-095048f2dfb7621709f079f171d31bd6c4e610f9.zip
libsmbconf: fix comments
Michael (This used to be commit 24f32d9bd9aa837d777ea4187bebf3146a67ce59)
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);
}