From: ericm Date: Thu, 15 Jan 2004 11:30:35 +0000 (+0000) Subject: liblustre: X-Git-Tag: v1_7_0_51~2^7~118 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1e7242c4d3d12ab045467ed88af23a75ce4ff78c;p=fs%2Flustre-release.git liblustre: - minor fix --- 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;