svn commit: samba r8299 - in branches/SAMBA_4_0/swat/esptest: .

tridge at samba.org tridge at samba.org
Mon Jul 11 00:30:22 GMT 2005


Author: tridge
Date: 2005-07-11 00:30:21 +0000 (Mon, 11 Jul 2005)
New Revision: 8299

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8299

Log:
make the samr swat test use the samr.js lib

Modified:
   branches/SAMBA_4_0/swat/esptest/samr.esp


Changeset:
Modified: branches/SAMBA_4_0/swat/esptest/samr.esp
===================================================================
--- branches/SAMBA_4_0/swat/esptest/samr.esp	2005-07-11 00:23:57 UTC (rev 8298)
+++ branches/SAMBA_4_0/swat/esptest/samr.esp	2005-07-11 00:30:21 UTC (rev 8299)
@@ -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 @@
     } else {
 	    multi_table(users, "name");
     }
-    samrClose(dom_handle);
+    samrClose(conn, dom_handle);
 }
 
 %>



More information about the samba-cvs mailing list