mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
should only run this if smee is configured
This commit is contained in:
parent
581489f67b
commit
a9c8307d97
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue