Changeset: c44d62a99716 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c44d62a99716
Modified Files:
clients/mapilib/msettings.c
Branch: monetdburl
Log Message:
Wording
diffs (12 lines):
diff --git a/clients/mapilib/msettings.c b/clients/mapilib/msettings.c
--- a/clients/mapilib/msettings.c
+++ b/clients/mapilib/msettings.c
@@ -629,7 +629,7 @@ msettings_validate(msettings *mp, char *
// 6. If **tls** is 'off', **cert** and **certhash** must be 'off' as
well.
if (nonempty(mp, MP_CERT) || nonempty(mp, MP_CERTHASH))
if (!msetting_bool(mp, MP_TLS)) {
- *errmsg = strdup("'cert' and 'certhash' can only be
used with monetdbs:");
+ *errmsg = strdup("'cert' and 'certhash' can only be
used with monetdbs://");
return false;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]