mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-19 03:06:26 +00:00
.
This commit is contained in:
parent
2fbb5d0bbf
commit
641b0dec44
@ -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)) {
|
||||||
TRACE("eachPeer() caught NULL peer for %s",a->toString().c_str());
|
fprintf(stderr,"eachPeer() caught NULL peer for %s",a->toString().c_str());
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user