From 04aeb72237a5ed1b57b21c9b3610e7a68950ce83 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 12 May 2015 15:54:28 +0200 Subject: [PATCH] Revert YAZ-830 fix (hack) The YAZ-833 fix is better --- src/tcpip.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 1.7.10.4