summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/examples/ldifreader.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/examples/ldifreader.c')
-rw-r--r--source4/lib/ldb/examples/ldifreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/examples/ldifreader.c b/source4/lib/ldb/examples/ldifreader.c
index 926d99f838..12e7a1a6fd 100644
--- a/source4/lib/ldb/examples/ldifreader.c
+++ b/source4/lib/ldb/examples/ldifreader.c
@@ -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) {