mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +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;
|
||||
int n,nfds,r;
|
||||
void *buf = nullptr;
|
||||
std::vector buffers;
|
||||
std::vector<void *> buffers;
|
||||
|
||||
{
|
||||
struct ifreq ifr;
|
||||
|
|
Loading…
Add table
Reference in a new issue