mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 06:08:15 +00:00
Fix custom policy parsing bug mentioned in issue #1507
This commit is contained in:
@ -1000,12 +1000,12 @@ class Bond {
|
||||
/**
|
||||
* @param policy Bonding policy for this bond
|
||||
*/
|
||||
/*
|
||||
|
||||
inline void setPolicy(uint8_t policy)
|
||||
{
|
||||
_policy = policy;
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @return the current bonding policy
|
||||
*/
|
||||
|
Reference in New Issue
Block a user