Browse Source

remove duplicate definition

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1727/head
R4SAS 3 years ago
parent
commit
f22faaefeb
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 1
      libi2pd/util.cpp

1
libi2pd/util.cpp

@ -387,7 +387,6 @@ namespace net @@ -387,7 +387,6 @@ namespace net
ifaddrs *addrs;
try
{
ifaddrs *addrs;
if (!getifaddrs(&addrs))
{
for (auto cur = addrs; cur; cur = cur->ifa_next)

Loading…
Cancel
Save