Changeset: 7d68a7647589 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7d68a7647589
Modified Files:
        sql/backends/monet5/datacell/petrinet.mx
Branch: default
Log Message:

Fix a small reference error.


diffs (13 lines):

diff --git a/sql/backends/monet5/datacell/petrinet.mx 
b/sql/backends/monet5/datacell/petrinet.mx
--- a/sql/backends/monet5/datacell/petrinet.mx
+++ b/sql/backends/monet5/datacell/petrinet.mx
@@ -429,8 +429,7 @@
        str msg;
        lng t;
 
-       cntxt = MCinitClient(0,0,GDKout);
-       cntxt->nspace = newModule(NULL, putName("user", 4));
+       cntxt = mal_clients; /* run as admin */ 
        SQLinitEnvironment(cntxt);
        /* At this point we know what is the total number of factories.
         * The most extremely case is when ALL factories are enable to fire
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to