Signed-off-by: Marcus R Epperson <[email protected]>
---
 src/ibqueryerrors.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/ibqueryerrors.c b/src/ibqueryerrors.c
index fa116a9..230f6b2 100644
--- a/src/ibqueryerrors.c
+++ b/src/ibqueryerrors.c
@@ -427,8 +427,9 @@ static int print_results(ib_portid_t * portid, char 
*node_name,
                }
 
                if (portnum == 0xFF)
-                       printf("   GUID 0x%" PRIx64 " port ALL:%s\n",
-                              node->ports[0]->guid, str);
+                       if (node->type == IB_NODE_SWITCH)
+                               printf("   GUID 0x%" PRIx64 " port ALL:%s\n",
+                                      node->ports[0]->guid, str);
                else
                        printf("   GUID 0x%" PRIx64 " port %d:%s\n",
                               node->ports[portnum]->guid, portnum, str);
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to