Changeset: c35679b96ca0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c35679b96ca0
Modified Files:
tools/merovingian/daemon/merovingian.c
Branch: default
Log Message:
Save output from get_bin_path() in case it gets called again.
diffs (12 lines):
diff --git a/tools/merovingian/daemon/merovingian.c
b/tools/merovingian/daemon/merovingian.c
--- a/tools/merovingian/daemon/merovingian.c
+++ b/tools/merovingian/daemon/merovingian.c
@@ -484,6 +484,8 @@ main(int argc, char *argv[])
s[i] = "mserver5"[i];
if (stat(_mero_mserver, &sb) == -1)
_mero_mserver = NULL;
+ else
+ _mero_mserver = strdup(_mero_mserver);
}
}
/* setup default database properties, constants: unlike historical
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]