From e84163979ac34dd97486d4ed1530e7fee5f8343b Mon Sep 17 00:00:00 2001 From: Ken Gaillot Date: Wed, 20 May 2015 16:39:09 -0400 Subject: [PATCH] Fix: fencing: correct choice of fencing topology level --- fencing/remote.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fencing/remote.c b/fencing/remote.c index 3d4c645ec6c..e2642a894be 100644 --- a/fencing/remote.c +++ b/fencing/remote.c @@ -498,6 +498,7 @@ find_topology_for_host(const char *host) break; } crm_trace("No match for %s with %s", host, tp->node); + tp = NULL; } }