Skip to content

Commit

Permalink
Fix: fencing: correct choice of fencing topology level
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaillot committed May 20, 2015
1 parent 3cba842 commit e841639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fencing/remote.c
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit e841639

Please sign in to comment.