uncomment block

This commit is contained in:
jeff 2020-08-21 16:06:21 +00:00 committed by Jeff Becker
parent 8472aea93f
commit 5a8884cc2f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 2 deletions

View File

@ -301,7 +301,7 @@ namespace llarp::net
{
std::vector<std::string> gateways;
#ifdef __linux__
/*
FILE* p = popen("ip route", "r");
if (p == nullptr)
return gateways;
@ -323,7 +323,6 @@ namespace llarp::net
}
}
pclose(p);
*/
return gateways;
#elif _WIN32
#define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x))