diff options
Diffstat (limited to 'code/ecp/core.c')
| -rw-r--r-- | code/ecp/core.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| 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;  } | 
