Update of /cvsroot/monetdb/MonetDB4/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18577/MonetDB4/src/tools

Modified Files:
        prog.c 
Log Message:

make sure we (try to) read config files only after we have seen the commandline 
options


Index: prog.c
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/tools/prog.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- prog.c      28 Aug 2007 12:07:15 -0000      1.5
+++ prog.c      7 Sep 2007 21:59:08 -0000       1.6
@@ -104,7 +104,6 @@
        /* needed, to prevent the MonetDB/4 config file from being used */  
        setlen = mo_add_option(&set, setlen, opt_config, "prefix", 
MONETDBPREFIX);
        setlen = mo_add_option(&set, setlen, opt_config, "config", 
MONETDBCONFIG);
-       setlen = mo_system_config(&set, setlen);
 
        for (;;) {
                int option_index = 0;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to