Changeset: f6d6b82da298 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f6d6b82da298
Modified Files:
        tools/mserver/mserver5.c
Branch: Apr2019
Log Message:

Don't try to create the farm directory twice.


diffs (12 lines):

diff --git a/tools/mserver/mserver5.c b/tools/mserver/mserver5.c
--- a/tools/mserver/mserver5.c
+++ b/tools/mserver/mserver5.c
@@ -496,7 +496,7 @@ main(int argc, char **av)
        monet_script[i] = NULL;
        if (!dbpath) {
                dbpath = absolute_path(mo_find_option(set, setlen, 
"gdk_dbpath"));
-               if (dbpath == NULL || GDKcreatedir(dbpath) != GDK_SUCCEED) {
+               if (!dbpath) {
                        fprintf(stderr, "!ERROR: cannot allocate memory for 
database directory \n");
                        exit(1);
                }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to