Skip to content

Commit

Permalink
Merge branch 'master' into SimpleDMR
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Oct 31, 2020
2 parents bbe44df + 424407c commit 34b3bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void CNetworkInfo::getNetworkInterface(unsigned char* info)
::fclose(fp);

#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__APPLE__)
const int mib[] = {
int mib[] = {
CTL_NET,
PF_ROUTE,
0, // protocol
Expand Down

0 comments on commit 34b3bc6

Please sign in to comment.