mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Null pointer bug appears fixed... testing again at large scale.
This commit is contained in:
parent
641b0dec44
commit
7382c328da
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)) {
|
||||||
fprintf(stderr,"eachPeer() caught NULL peer for %s",a->toString().c_str());
|
fprintf(stderr,"FATAL BUG: eachPeer() caught NULL peer for %s -- peer pointers in Topology should NEVER be NULL",a->toString().c_str());
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue