Changeset: 40ffc60feb17 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/40ffc60feb17
Modified Files:
clients/mapilib/connect.c
Branch: Aug2024
Log Message:
Fix the check.
diffs (12 lines):
diff --git a/clients/mapilib/connect.c b/clients/mapilib/connect.c
--- a/clients/mapilib/connect.c
+++ b/clients/mapilib/connect.c
@@ -576,7 +576,7 @@ mapi_handshake(Mapi mid)
char *clientinfo = strtok_r(NULL, ":", &strtok_state);
if (clientinfo) {
- if (strcmp(oobintr, "OOBINTR=1") == 0) {
+ if (strcmp(clientinfo, "CLIENTINFO") == 0) {
mid->clientinfo_supported = true;
}
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]