mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
libsmbconf: add backend specific init function.
Hide generic init function taking smbconf_ops argument
from public api.
Michael
(This used to be commit b3f6920ccb
)
This commit is contained in:
@ -191,7 +191,7 @@ static WERROR NetServerSetInfoLocal_1005(struct libnetapi_ctx *ctx,
|
||||
return WERR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
werr = smbconf_init(ctx, &conf_ctx);
|
||||
werr = smbconf_init_reg(ctx, &conf_ctx);
|
||||
if (!W_ERROR_IS_OK(werr)) {
|
||||
goto done;
|
||||
}
|
||||
|
Reference in New Issue
Block a user