summaryrefslogtreecommitdiff
path: root/swat/esptest/samr.esp
diff options
context:
space:
mode:
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);
}
%>