Whamcloud - gitweb
liblustre:
authorericm <ericm>
Thu, 15 Jan 2004 11:30:35 +0000 (11:30 +0000)
committerericm <ericm>
Thu, 15 Jan 2004 11:30:35 +0000 (11:30 +0000)
  - minor fix

lustre/liblustre/tests/echo_test.c

index aff8a50..51bf60f 100644 (file)
@@ -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;