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

tpot at samba.org tpot at samba.org
Sun May 29 22:11:36 GMT 2005


Author: tpot
Date: 2005-05-29 22:11:32 +0000 (Sun, 29 May 2005)
New Revision: 7082

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

Log:
Call load_interfaces() in smbscript initialisation.

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-05-29 22:10:51 UTC (rev 7081)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbscript.c	2005-05-29 22:11:32 UTC (rev 7082)
@@ -54,6 +54,8 @@
 		exit(1);
 	}
 
+	load_interfaces();
+
 	mprSetCtx(mem_ctx);
 
 	if (ejsOpen(NULL, NULL, NULL) != 0) {



More information about the samba-cvs mailing list