Fix static module list generation for ldb.
[samba.git] / source4 / lib / ldb / modules / paged_searches.c
index 88ebd13921e2f4259ef1250a43b20b6b9b8646b8..7406e91c9de3ef8921e24a109e672d66ca10e166 100644 (file)
@@ -455,7 +455,7 @@ static int ps_init(struct ldb_module *module)
        return ldb_next_init(module);
 }
 
-const struct ldb_module_ops ldb_pages_searches_module_ops = {
+const struct ldb_module_ops ldb_paged_searches_module_ops = {
        .name           = "paged_searches",
        .search         = ps_search,
        .wait           = ps_wait,