mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-10 03:11:53 +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();
|
w.commit();
|
||||||
|
|
||||||
if (isNewMember) {
|
if (_smee != NULL && isNewMember) {
|
||||||
// TODO: Look up hook URL for network owner organization
|
// TODO: Look up hook URL for network owner organization
|
||||||
smeeclient::smee_client_notify_network_joined(
|
smeeclient::smee_client_notify_network_joined(
|
||||||
_smee,
|
_smee,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user