diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/smbconf/smbconf.c | 3 |
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); } |