Hi Stefan, On Jul 23, 2008, at 15:46 , Stefan Manegold wrote:
On Wed, Jul 23, 2008 at 02:29:40PM +0200, Ying Zhang wrote:
Hi Stefan,
Thanks for cleaning up the code. However, it is referred in MIL,
how/where is the *C variable* referred in *MIL* ?
in xrpc_server.mx, line 72: var xrpc_user := bat("xrpc_user").append(split(monet_environment.find("xrpc_user"),";"));
so I think this change will break loading the module.
works for me:
You are right, it indeed works. Now I see. I have removed this variable earlier together with the creation of the BAT xrpc_user, which causes 'append' to fail.
@@ -889,7 +889,6 @@ @:xrpc_bat(admin,str)@ xrpc_admin = xrpc_bat; @:xrpc_bat(user,str)@ ^^^^^^^^^^^^^^^^^^^ I didn't have this line.
- xrpc_user = xrpc_bat;
Thanks again. Jennie