From 7eb2eed156c8358b5a857444651841a17651229c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Nov 2010 15:28:02 +1100 Subject: s4-dsdb: convert the rest of the ldb modules to the new module type --- source4/dsdb/samdb/ldb_modules/simple_ldap_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/samdb/ldb_modules/simple_ldap_map.c') diff --git a/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c b/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c index cee952126d4..5d09bda0819 100644 --- a/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c +++ b/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c @@ -937,7 +937,7 @@ static const struct ldb_module_ops ldb_nsuniqueid_module_ops = { /* initialise the module */ -_PUBLIC_ int ldb_simple_ldap_map_init(const char *ldb_version) +_PUBLIC_ int ldb_simple_ldap_map_module_init(const char *ldb_version) { int ret; ret = ldb_register_module(&ldb_entryuuid_module_ops); -- cgit v1.2.1