mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Build fix.
This commit is contained in:
parent
7cbbc38b89
commit
e3e188109d
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ LinuxEthernetTap::LinuxEthernetTap(
|
||||||
fd_set readfds,nullfds;
|
fd_set readfds,nullfds;
|
||||||
int n,nfds,r;
|
int n,nfds,r;
|
||||||
void *buf = nullptr;
|
void *buf = nullptr;
|
||||||
std::vector buffers;
|
std::vector<void *> buffers;
|
||||||
|
|
||||||
{
|
{
|
||||||
struct ifreq ifr;
|
struct ifreq ifr;
|
||||||
|
|
Loading…
Add table
Reference in a new issue