Changeset: ba4a05364094 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ba4a05364094
Modified Files:
tools/monetdbe/monetdbe.c
Branch: default
Log Message:
Check for error.
diffs (12 lines):
diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c
--- a/tools/monetdbe/monetdbe.c
+++ b/tools/monetdbe/monetdbe.c
@@ -914,7 +914,7 @@ monetdbe_open(monetdbe_database *dbhdl,
if (!mdbe->msg)
res = monetdbe_open_internal(mdbe, opts);
- if (res == 0 && is_remote)
+ if (res == 0 && is_remote && !mdbe->msg)
res = monetdbe_open_remote(mdbe, opts);
MT_lock_unset(&embedded_lock);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]