mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-12 13:33:11 +00:00
commit
0088cef2fc
@ -1437,13 +1437,6 @@ void PostgreSQL::commitThread()
|
|||||||
|
|
||||||
if (_smee != NULL && isNewMember) {
|
if (_smee != NULL && isNewMember) {
|
||||||
notifyNewMember(networkId, memberId);
|
notifyNewMember(networkId, memberId);
|
||||||
} else {
|
|
||||||
if (_smee == NULL) {
|
|
||||||
fprintf(stderr, "smee is NULL\n");
|
|
||||||
}
|
|
||||||
if (!isNewMember) {
|
|
||||||
fprintf(stderr, "nt a new member\n");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const uint64_t nwidInt = OSUtils::jsonIntHex(config["nwid"], 0ULL);
|
const uint64_t nwidInt = OSUtils::jsonIntHex(config["nwid"], 0ULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user