This commit is contained in:
Jeff Becker 2020-08-25 08:55:15 -04:00
parent ab568b27d0
commit d4e1a44452
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ namespace llarp::net
#undef FREE
return gateways;
#elif __APPLE__
const auto maybe = llarp::GetIFAddr(ifname);
const auto maybe = GetIFAddr(ifname);
if (not maybe.has_value())
return gateways;
const auto interface = maybe->toString();