1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

libsmbconf: fix comments

Michael
This commit is contained in:
Michael Adam 2008-03-21 01:15:20 +01:00
parent 797b26ad3f
commit 24f32d9bd9

View 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);
}