mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-11 20:01:56 +00:00
should only run this if smee is configured
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user