mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
libsmbconf: add a comment.
Michael (This used to be commit 8974b283683799bc51223d27b7e6aecac741fbc2)
This commit is contained in:
parent
890d1d8f78
commit
44dc10d808
@ -737,8 +737,12 @@ struct smbconf_ops smbconf_ops_reg = {
|
||||
.delete_parameter = smbconf_reg_delete_parameter
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* initialize the smbconf registry backend
|
||||
* the only function that is exported from this module
|
||||
*/
|
||||
WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx)
|
||||
{
|
||||
return smbconf_init(mem_ctx, conf_ctx, &smbconf_ops_reg);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user