From 509be8d902038ec2a75ece5fd28d43d73218f0b2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 18 Nov 2005 12:20:16 +0000 Subject: r11781: rename tree to tcons to match the sessions substructure of smbsrv_connection metze (This used to be commit acd3e644e030a3544ddc6cdcd4e0ec9617732cba) --- source4/scripting/libjs/management.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/scripting/libjs') diff --git a/source4/scripting/libjs/management.js b/source4/scripting/libjs/management.js index 1258368e90..e54b5e283b 100644 --- a/source4/scripting/libjs/management.js +++ b/source4/scripting/libjs/management.js @@ -39,7 +39,7 @@ function smbsrv_sessions() /* return a list of current tree connects */ -function smbsrv_trees() +function smbsrv_tcons() { var irpc = irpc_init(); status = irpc.connect("smb_server"); @@ -48,7 +48,7 @@ function smbsrv_trees() } var io = irpcObj(); - io.input.level = irpc.SMBSRV_INFO_TREES; + io.input.level = irpc.SMBSRV_INFO_TCONS; status = irpc.smbsrv_information(io); if (status.is_ok != true) { return undefined; @@ -57,10 +57,10 @@ function smbsrv_trees() /* gather the results into a single array */ var i, count=0, ret = new Object(); for (i=0;i