From 1e7242c4d3d12ab045467ed88af23a75ce4ff78c Mon Sep 17 00:00:00 2001 From: ericm Date: Thu, 15 Jan 2004 11:30:35 +0000 Subject: [PATCH] liblustre: - minor fix --- lustre/liblustre/tests/echo_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/liblustre/tests/echo_test.c b/lustre/liblustre/tests/echo_test.c index aff8a50..51bf60fc 100644 --- a/lustre/liblustre/tests/echo_test.c +++ b/lustre/liblustre/tests/echo_test.c @@ -46,7 +46,6 @@ char *portals_nid2str(int nal, ptl_nid_t nid, char *str) case QSWNAL: case GMNAL: case IBNAL: - case TOENAL: case SCIMACNAL: sprintf(str, "%u:%u", (__u32)(nid >> 32), (__u32)nid); break; -- 1.8.3.1