mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
fix actual typo in config key code
This commit is contained in:
parent
1e2ff042b4
commit
98e0bf22d3
1 changed files with 1 additions and 1 deletions
|
@ -1387,7 +1387,7 @@ void PostgreSQL::commitThread()
|
|||
"sso_enabled = EXCLUDED.sso_enabled",
|
||||
id,
|
||||
_myAddressStr,
|
||||
OSUtils::jsonDump(config["capabilitles"], -1),
|
||||
OSUtils::jsonDump(config["capabilities"], -1),
|
||||
(bool)config["enableBroadcast"],
|
||||
OSUtils::now(),
|
||||
(int)config["mtu"],
|
||||
|
|
Loading…
Add table
Reference in a new issue