mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 18:25:16 +01:00
remove redundant line
This commit is contained in:
committed by
Michał Janiszewski
parent
5991c25919
commit
5944d5be4d
@@ -450,7 +450,6 @@ private:
|
||||
}
|
||||
|
||||
addrinfo * result = nullptr;
|
||||
getaddrinfo(address, serviceName.c_str(), &hints, &result);
|
||||
int errorcode = getaddrinfo(address, serviceName.c_str(), &hints, &result);
|
||||
if (errorcode != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user