mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
Forgot to set defaults if multicast parameters are unset.
This commit is contained in:
parent
fb7d9b1029
commit
e13d4df9ab
3 changed files with 7 additions and 2 deletions
|
@ -432,7 +432,7 @@ int main(int argc,char **argv)
|
|||
sprintf(buf,"%x",arpCacheTtl);
|
||||
netconf[ZT_NETWORKCONFIG_DICT_KEY_ARP_CACHE_TTL] = buf;
|
||||
}
|
||||
if (ndpCachettl) {
|
||||
if (ndpCacheTtl) {
|
||||
sprintf(buf,"%x",ndpCacheTtl);
|
||||
netconf[ZT_NETWORKCONFIG_DICT_KEY_NDP_CACHE_TTL] = buf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue