Make up the right dependencies now that ldb depends on libevents
[kamenim/samba.git] / source4 / lib / ldb / tools / ad2oLschema.c
index 0a89656fa2d9868109d784bc79bc9e950387159b..ac343c783fea71ae290aed9c4d33a55e6f878e65 100644 (file)
@@ -657,7 +657,7 @@ static struct schema_conv process_convert(struct ldb_context *ldb, enum convert_
        enum convert_target target;
 
        ctx = talloc_new(NULL);
-       ldb = ldb_init(ctx);
+       ldb = ldb_init(ctx, NULL);
 
        options = ldb_cmdline_process(ldb, argc, argv, usage);