svn commit: samba r7500 - in branches/SAMBA_4_0/source/scripting/ejs: .

tpot at samba.org tpot at samba.org
Sun Jun 12 06:37:25 GMT 2005


Author: tpot
Date: 2005-06-12 06:37:25 +0000 (Sun, 12 Jun 2005)
New Revision: 7500

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

Log:
Initialise module subsystems.

Modified:
   branches/SAMBA_4_0/source/scripting/ejs/smbscript.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/smbscript.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbscript.c	2005-06-12 06:35:18 UTC (rev 7499)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbscript.c	2005-06-12 06:37:25 UTC (rev 7500)
@@ -57,6 +57,8 @@
 
 	load_interfaces();
 
+	smbscript_init_subsystems;
+
 	mprSetCtx(mem_ctx);
 
 	if (ejsOpen(NULL, NULL, NULL) != 0) {



More information about the samba-cvs mailing list