Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2453

Modified Files:
        mserver.mx 
Log Message:
Use the proper environment variable to allow for public access.


Index: mserver.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/mserver.mx,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- mserver.mx  19 May 2007 11:30:32 -0000      1.85
+++ mserver.mx  27 May 2007 17:35:27 -0000      1.86
@@ -616,7 +616,7 @@
        int maxusers;
        char msg[512], *cmd, *usockfile, host[512];
 
-       env = GDKgetenv("mapi_port");
+       env = GDKgetenv("mapi_open");
        if(env){
                accept_any= (int) atol(env);
        }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to