From: Adam Dickmeiss Date: Tue, 12 May 2015 13:54:28 +0000 (+0200) Subject: Revert YAZ-830 fix (hack) X-Git-Tag: v5.12.1~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=04aeb72237a5ed1b57b21c9b3610e7a68950ce83 Revert YAZ-830 fix (hack) The YAZ-833 fix is better --- diff --git a/src/tcpip.c b/src/tcpip.c index f679637..a8f03ba 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -1291,7 +1291,6 @@ int tcpip_put(COMSTACK h, char *buf, int size) { state->towrite = size; state->written = 0; - state->altlen = 0; /* reset input buf in case of excess bytes YAZ-830 */ } else if (state->towrite != size) {