mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
Merge a56ffc6a0b
into a548c7ea71
This commit is contained in:
commit
e38c9d6475
1 changed files with 1 additions and 0 deletions
|
@ -470,6 +470,7 @@ class Binder {
|
|||
if (_bindingCount < ZT_BINDER_MAX_BINDINGS) {
|
||||
_bindings[_bindingCount].udpSock = udps;
|
||||
_bindings[_bindingCount].address = ii->first;
|
||||
memset(_bindings[_bindingCount].ifname, 0x0, ZT_MAX_PHYSIFNAME);
|
||||
memcpy(_bindings[_bindingCount].ifname, (char*)ii->second.c_str(), (int)ii->second.length());
|
||||
++_bindingCount;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue