mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
remove duplicate definition
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
ac25649425
commit
f22faaefeb
@ -387,7 +387,6 @@ namespace net
|
||||
ifaddrs *addrs;
|
||||
try
|
||||
{
|
||||
ifaddrs *addrs;
|
||||
if (!getifaddrs(&addrs))
|
||||
{
|
||||
for (auto cur = addrs; cur; cur = cur->ifa_next)
|
||||
|
Loading…
x
Reference in New Issue
Block a user