This commit is contained in:
Adam Ierymenko 2015-10-30 14:12:20 -07:00
parent 2fbb5d0bbf
commit 641b0dec44

View File

@ -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