From 150604aa4983f20a200b9f16f5738fd0017368f3 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 24 Nov 2019 16:52:02 +0100 Subject: typo in _tr_release --- code/ecp/core.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'code/ecp/core.c') diff --git a/code/ecp/core.c b/code/ecp/core.c index 77b7a96..d15dd16 100644 --- a/code/ecp/core.c +++ b/code/ecp/core.c @@ -1370,10 +1370,6 @@ ssize_t ecp_pkt_send(ECPSocket *sock, ECPNetAddr *addr, ECPBuffer *packet, size_ if (rv < 0) return rv; if (rv < ECP_MIN_PKT) return ECP_ERR_SEND; - if (flags & ECP_SEND_FLAG_REPLY) { - packet->buffer = NULL; - packet->size = 0; - } return rv; } -- cgit v1.2.3