Browse Source

.

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
2fbb5d0bbf
  1. 2
      node/Topology.hpp

2
node/Topology.hpp

@ -237,7 +237,7 @@ public:
while (i.next(a,p)) {
#ifdef ZT_TRACE
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();
}
#endif

Loading…
Cancel
Save