1
0
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:
Jelmer Vernooij
2006-01-01 17:32:10 +00:00
committed by Gerald (Jerry) Carter
parent 8e95aee6fb
commit c297c93faf
12 changed files with 1 additions and 47 deletions

View File

@@ -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;