Mercurial > hg > monetdb-java
changeset 573:0fbf1cbde56c onclient
Also announce FILETRANS capability to older servers
Somehow it got entangled in the h options handling
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Wed, 06 Oct 2021 11:26:22 +0200 (2021-10-06) |
parents | 49a832fbd414 |
children | 3370027aeb7f |
files | src/main/java/org/monetdb/mcl/net/MapiSocket.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/org/monetdb/mcl/net/MapiSocket.java +++ b/src/main/java/org/monetdb/mcl/net/MapiSocket.java @@ -550,8 +550,8 @@ public class MapiSocket { /* cannot (yet + pwhash + ":" + language + ":" + (database == null ? "" : database) + ":"; + response += "FILETRANS:"; if (chaltok.length > 6) { - response += "FILETRANS:"; // if supported, send handshake options for (String part : chaltok[6].split(",")) {