Make up the right dependencies now that ldb depends on libevents
[metze/samba/wip.git] / source / lib / ldb / tools / oLschema2ldif.c
index 1846a2c8523e8794fc62ba65475624b1082c91f0..3c31f37c553895f20fb9eac8a58751079d146125 100644 (file)
@@ -561,7 +561,7 @@ static void usage(void)
        FILE *in = stdin;
        FILE *out = stdout;
        ctx = talloc_new(NULL);
-       ldb_ctx = ldb_init(ctx);
+       ldb_ctx = ldb_init(ctx, NULL);
 
        setenv("LDB_URL", "NONE", 1);
        options = ldb_cmdline_process(ldb_ctx, argc, argv, usage);