Make up the right dependencies now that ldb depends on libevents
[metze/samba/wip.git] / source / lib / ldb / tools / ldbdel.c
index 184172b22bf554a496450da36e05008dfc087e9d..e66d4fb973ec83aa17469231e7bc48d2fff2a071 100644 (file)
@@ -77,7 +77,7 @@ int main(int argc, const char **argv)
        int ret = 0, i;
        struct ldb_cmdline *options;
 
-       ldb = ldb_init(NULL);
+       ldb = ldb_init(NULL, NULL);
 
        options = ldb_cmdline_process(ldb, argc, argv, usage);