mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
890d1d8f78
commit
44dc10d808
@ -737,8 +737,12 @@ struct smbconf_ops smbconf_ops_reg = {
|
|||||||
.delete_parameter = smbconf_reg_delete_parameter
|
.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)
|
WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx)
|
||||||
{
|
{
|
||||||
return smbconf_init(mem_ctx, conf_ctx, &smbconf_ops_reg);
|
return smbconf_init(mem_ctx, conf_ctx, &smbconf_ops_reg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user