From fea8c893434c91cfaf12afdcffa5d6fd6ae1b5d1 Mon Sep 17 00:00:00 2001 From: Artem Prilutskiy Date: Sat, 7 Jan 2017 14:55:05 +0300 Subject: [PATCH] .. --- TellusAgent.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/TellusAgent.c b/TellusAgent.c index 7cba4ef..86ccddb 100644 --- a/TellusAgent.c +++ b/TellusAgent.c @@ -511,11 +511,9 @@ int main(int argc, const char* argv[]) int handle = proxyHandles[selection]; if (CHECK(event, handle)) { - struct sockaddr_in dummyAddress; socklen_t size = sizeof(struct sockaddr_in); uint8_t* buffer = (uint8_t*)outgoingBuffer->data; struct sockaddr_in* address = repeaterSocketAddresses + selection; - size_t length = recvfrom(handle, buffer, BUFFER_SIZE, 0, (struct sockaddr*)address, &size); outgoingBuffer->type = htole16(REWIND_CLASS_HYTERA_DATA + selection);