From 4512f76c1be7cb23d798f7d7574780d5f128dc0b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 20 Jul 2005 11:13:11 +0000 Subject: [PATCH] r8645: updated the ldb esp test for the new ldb ejs syntax simo, when changing ejs syntax, please grep -r through the *.js and *.esp files to fix all the callers. Thanks :) (This used to be commit 8d0c9557a29a802800257af1bab38bfe57928c17) --- swat/esptest/ldb.esp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swat/esptest/ldb.esp b/swat/esptest/ldb.esp index 20b95b1590e..1b1e7cd669b 100644 --- a/swat/esptest/ldb.esp +++ b/swat/esptest/ldb.esp @@ -12,7 +12,7 @@ var ldb = ldb_init(); var ok = ldb.connect(dbfile); assert(ok); -res = ldb.search("(objectClass=domain)", attrs); +res = ldb.search("(objectClass=domain)", NULL, ldb.SCOPE_DEFAULT, attrs); multi_table(res, "dn"); %> -- 2.34.1