From 7382c328daa33b5ff21baf78ee022f23092cda3b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 30 Oct 2015 14:23:28 -0700 Subject: Null pointer bug appears fixed... testing again at large scale. --- node/Topology.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Topology.hpp b/node/Topology.hpp index f48a89b2..f7804c29 100644 --- a/node/Topology.hpp +++ b/node/Topology.hpp @@ -237,7 +237,7 @@ public: while (i.next(a,p)) { #ifdef ZT_TRACE 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(); } #endif -- cgit v1.2.3