]> andersk Git - moira.git/blobdiff - clients/moira/cluster.c
Need to handle new subnet status in AskMCDInfo(), too.
[moira.git] / clients / moira / cluster.c
index b7fa7b02caf3d5d3859dc3edcfab571a04c10880..b537e505fec410529f60b36b8a6b94d63f7408a1 100644 (file)
@@ -737,7 +737,7 @@ char **AskMCDInfo(char **info, int type, Bool name)
          if (isdigit(info[SN_STATUS][0]))
            break;
          Put_message("Valid status numbers:");
-         for (i = 0; i < 8; i++)
+         for (i = 0; i < 9; i++)
            Put_message(subnet_states[i]);
        }
       if (GetValueFromUser("Network's contact", &info[SN_CONTACT]) == SUB_ERROR)
This page took 0.071756 seconds and 4 git commands to generate.