summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/extended_dn_out.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-01 15:28:02 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-01 18:55:19 +1100
commit7eb2eed156c8358b5a857444651841a17651229c (patch)
treee5ce92abe829e5d016a46168c5e220b0fa7820ad /source4/dsdb/samdb/ldb_modules/extended_dn_out.c
parent43f7c9ca26f72141c87babe428e46e9a293c4b9c (diff)
downloadsamba-7eb2eed156c8358b5a857444651841a17651229c.tar.gz
samba-7eb2eed156c8358b5a857444651841a17651229c.tar.bz2
samba-7eb2eed156c8358b5a857444651841a17651229c.zip
s4-dsdb: convert the rest of the ldb modules to the new module type
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/extended_dn_out.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/extended_dn_out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/extended_dn_out.c b/source4/dsdb/samdb/ldb_modules/extended_dn_out.c
index b44e595958..eab14edde2 100644
--- a/source4/dsdb/samdb/ldb_modules/extended_dn_out.c
+++ b/source4/dsdb/samdb/ldb_modules/extended_dn_out.c
@@ -880,7 +880,7 @@ static const struct ldb_module_ops ldb_extended_dn_out_fds_module_ops = {
/*
initialise the module
*/
-_PUBLIC_ int ldb_extended_dn_out_init(const char *ldb_version)
+_PUBLIC_ int ldb_extended_dn_out_module_init(const char *ldb_version)
{
int ret;
ret = ldb_register_module(&ldb_extended_dn_out_ldb_module_ops);