1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

remove duplicate definition

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-02-11 00:27:19 +03:00
parent ac25649425
commit f22faaefeb
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

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