mirror of https://github.com/sipwise/heartbeat.git
Change-Id: I3ae9e15eb3bcf4d8fb7c4a7813821c8a375221bcchanges/44/41944/2
parent
4406bab7f7
commit
912c5a755f
@ -0,0 +1,11 @@
|
||||
--- a/tools/cl_status.c
|
||||
+++ b/tools/cl_status.c
|
||||
@@ -400,6 +400,8 @@
|
||||
printf("%s\n", node);
|
||||
} else {
|
||||
type = hb->llc_ops->node_type(hb, node);
|
||||
+ if (!type)
|
||||
+ continue;
|
||||
if (( ONLY_LIST_NORAMAL == TRUE )
|
||||
&& (STRNCMP_CONST(type, "normal")==0)) {
|
||||
printf("%s\n", node);
|
||||
Loading…
Reference in new issue