1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19454: In standalone build init asq too

This commit is contained in:
Simo Sorce 2006-10-22 21:16:46 +00:00 committed by Gerald (Jerry) Carter
parent ee86e88e4f
commit e58b03cd66

View File

@ -160,6 +160,7 @@ static const struct ldb_module_ops *ldb_find_module_ops(const char *name)
ldb_objectclass_init, \
ldb_paged_results_init, \
ldb_sort_init, \
ldb_asq_init, \
NULL \
}
#endif