mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-30 00:53:43 +02:00
another query fix
This commit is contained in:
parent
7c88b3f124
commit
990ecb5eb1
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ void CV2::initializeMembers()
|
||||||
"nm.last_authorized_time, nm.last_deauthorized_time, nm.remote_trace_level, nm.remote_trace_target, "
|
"nm.last_authorized_time, nm.last_deauthorized_time, nm.remote_trace_level, nm.remote_trace_target, "
|
||||||
"nm.revision, nm.capabilities, nm.tags "
|
"nm.revision, nm.capabilities, nm.tags "
|
||||||
"FROM network_memberships_ctl nm "
|
"FROM network_memberships_ctl nm "
|
||||||
"INNER JOIN networks n "
|
"INNER JOIN networks_ctl n "
|
||||||
" ON nm.network_id = n.id "
|
" ON nm.network_id = n.id "
|
||||||
"WHERE n.controller_id = '%s'", _myAddressStr.c_str());
|
"WHERE n.controller_id = '%s'", _myAddressStr.c_str());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue