More build fixes.

This commit is contained in:
Adam Ierymenko 2017-04-18 12:48:56 -07:00
parent bd63a840c7
commit 48cadcd2fc
2 changed files with 34 additions and 14 deletions

View file

@ -368,6 +368,7 @@ OSXEthernetTap::OSXEthernetTap(
if ((x)&&(y)&&(x[0])&&(y[0]))
globalDeviceMap[x] = y;
}
fclose(devmapf);
}
bool recalledDevice = false;
std::map<std::string,std::string>::const_iterator gdmEntry = globalDeviceMap.find(nwids);