Updates to Tellus
This commit is contained in:
parent
e1fa8d8f6a
commit
ad6e673e43
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ int main(int argc, const char* argv[])
|
|||
struct sockaddr_in* address = repeaterSocketAddresses + selection;
|
||||
|
||||
// Move to additional buffer to keep initial value
|
||||
address += PROXY_PORT_COUNT * (address->si_family != AF_UNSPEC);
|
||||
address += PROXY_PORT_COUNT * (address->sin_family != AF_UNSPEC);
|
||||
|
||||
size_t length = recvfrom(handle, buffer, BUFFER_SIZE, 0, (struct sockaddr*)address, &size);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue