Make up the right dependencies now that ldb depends on libevents
[kai/samba.git] / source4 / lib / ldb / examples / ldifreader.c
index 926d99f83815a19e6211967468d1b29491e6367c..12e7a1a6fd73b477e18b5902acb02c46fbd8cd33 100644 (file)
@@ -71,7 +71,7 @@ int main(int argc, const char **argv)
          Note that you can use the context structure as a parent
          for talloc allocations as well
        */
-       ldb = ldb_init(NULL);
+       ldb = ldb_init(NULL, NULL);
 
        fileStream = fopen(argv[1], "r");
        if (0 == fileStream) {