Changeset: e51a5f8c43aa for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e51a5f8c43aa
Modified Files:
monetdb5/misc/msabaoth.c
Branch: default
Log Message:
sabaoth: fix registering connection availablility
In the move from mal_sabaoth to msabaoth, a copy and paste error sneaked
in causing connections to be written to the scenarios file instead,
yielding in databases never being able to be connected to.
diffs (12 lines):
diff --git a/monetdb5/misc/msabaoth.c b/monetdb5/misc/msabaoth.c
--- a/monetdb5/misc/msabaoth.c
+++ b/monetdb5/misc/msabaoth.c
@@ -296,7 +296,7 @@
char *path = alloca(sizeof(char) * (PATHLENGTH));
char *tmp;
- if ((tmp = getDBPath(&path, PATHLENGTH, SCENARIOFILE)) != NULL)
+ if ((tmp = getDBPath(&path, PATHLENGTH, CONNECTIONFILE)) != NULL)
return(tmp);
if (port <= 0 && host[0] != '/')
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list