mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
.
This commit is contained in:
parent
d8dbbf7484
commit
2fbb5d0bbf
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ public:
|
||||||
while (i.next(a,p)) {
|
while (i.next(a,p)) {
|
||||||
#ifdef ZT_TRACE
|
#ifdef ZT_TRACE
|
||||||
if (!(*p)) {
|
if (!(*p)) {
|
||||||
ZT_TRACE("eachPeer() caught NULL peer for %s",a->toString().c_str());
|
TRACE("eachPeer() caught NULL peer for %s",a->toString().c_str());
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue