Don't print out-of-range index error messages when all it means
[openafs.git] / src / volser / vos.c
index 056048f..8709da8 100644 (file)
@@ -3976,6 +3976,10 @@ register struct cmd_syndesc *as;
           continue;
       }
 
+      if (vcode == VL_INDEXERANGE) {
+         break;
+      }
+
       if (vcode) {
          fprintf(STDERR,"vos: could not list the server addresses\n");
          PrintError("",vcode);