summaryrefslogtreecommitdiff
path: root/swat/esptest/samr.esp
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-11 00:30:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:33 -0500
commit3fb52d1b6e8fc31d2d9987997b901e85cdd2281a (patch)
treeb05cf650cd037a863da4d53386ad844459aff14d /swat/esptest/samr.esp
parentf9ff72cbda6b4e59448fd79ef9e12f264d48015f (diff)
downloadsamba-3fb52d1b6e8fc31d2d9987997b901e85cdd2281a.tar.gz
samba-3fb52d1b6e8fc31d2d9987997b901e85cdd2281a.tar.bz2
samba-3fb52d1b6e8fc31d2d9987997b901e85cdd2281a.zip
r8299: make the samr swat test use the samr.js lib
(This used to be commit 4d4a062af4ee34c5a3a2027ac1950ae3c8d39447)
Diffstat (limited to 'swat/esptest/samr.esp')
-rw-r--r--swat/esptest/samr.esp5
1 files changed, 3 insertions, 2 deletions
diff --git a/swat/esptest/samr.esp b/swat/esptest/samr.esp
index f0159fcafa..b0a6a9de6e 100644
--- a/swat/esptest/samr.esp
+++ b/swat/esptest/samr.esp
@@ -1,6 +1,7 @@
<% page_header("columns", "ESP samr test");
- include("/scripting/samr.js");
+ libinclude("base.js");
+ libinclude("samr.js");
%>
<h1>Samba4 samr rpc test</h1>
@@ -26,7 +27,7 @@ for (i=0;i<domains.length;i++) {
} else {
multi_table(users, "name");
}
- samrClose(dom_handle);
+ samrClose(conn, dom_handle);
}
%>