Revert making public of the samba-module library.
[amitay/samba.git] / source3 / winbindd / idmap_tdb2.c
index 4ffb60a2c8cff2a7eee2eb1531c7b9090ee7c8dc..ac3743e523ed19fab4723d6dc285eab6927f6cb1 100644 (file)
@@ -874,7 +874,7 @@ static struct idmap_methods db_methods = {
        .allocate_id     = idmap_tdb2_get_new_id
 };
 
-NTSTATUS samba_module_init(void)
+NTSTATUS samba_init_module(void)
 {
        return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION, "tdb2", &db_methods);
 }