From 095048f2dfb7621709f079f171d31bd6c4e610f9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 21 Mar 2008 01:15:20 +0100 Subject: libsmbconf: fix comments Michael (This used to be commit 24f32d9bd9aa837d777ea4187bebf3146a67ce59) --- source3/lib/smbconf/smbconf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/lib') 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); } -- cgit