mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
should only run this if smee is configured
This commit is contained in:
parent
581489f67b
commit
a9c8307d97
@ -1424,7 +1424,7 @@ void PostgreSQL::commitThread()
|
||||
|
||||
w.commit();
|
||||
|
||||
if (isNewMember) {
|
||||
if (_smee != NULL && isNewMember) {
|
||||
// TODO: Look up hook URL for network owner organization
|
||||
smeeclient::smee_client_notify_network_joined(
|
||||
_smee,
|
||||
|
Loading…
Reference in New Issue
Block a user