Changeset: 7afd0ceb19ff for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7afd0ceb19ff
Modified Files:
        tools/merovingian/daemon/argvcmds.c
Branch: Aug2011
Log Message:

monetdbd get: fix status property display

Since we're already in the dbfarm, we don't have to try and get there
again.  This in particular is a problem when the dbfarm isn't absolute.


diffs (12 lines):

diff --git a/tools/merovingian/daemon/argvcmds.c 
b/tools/merovingian/daemon/argvcmds.c
--- a/tools/merovingian/daemon/argvcmds.c
+++ b/tools/merovingian/daemon/argvcmds.c
@@ -257,7 +257,7 @@ command_get(confkeyval *ckv, int argc, c
 
                                /* re-read, this time with empty defaults, so 
we can see
                                 * what's available (forward/backwards 
compatability */
-                               if (readProps(cport, dbfarm) != 0) {
+                               if (readProps(cport, ".") != 0) {
                                        fprintf(stderr, "unable to read 
properties from %s: %s\n",
                                                        dbfarm, 
strerror(errno));
                                        return(1);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to