mirror of
https://github.com/samba-team/samba.git
synced 2025-11-27 08:23:49 +03:00
r12658: Couple of fixes related to shared module builds.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
8e95aee6fb
commit
c297c93faf
@@ -140,11 +140,7 @@ static const struct ldb_module_ops skel_ops = {
|
||||
.del_transaction = skel_del_trans,
|
||||
};
|
||||
|
||||
#ifdef HAVE_DLOPEN_DISABLED
|
||||
struct ldb_module *init_module(struct ldb_context *ldb, const char *options[])
|
||||
#else
|
||||
struct ldb_module *skel_module_init(struct ldb_context *ldb, const char *options[])
|
||||
#endif
|
||||
{
|
||||
struct ldb_module *ctx;
|
||||
struct private_data *data;
|
||||
|
||||
Reference in New Issue
Block a user