]> andersk Git - moira.git/blobdiff - clients/moira/cluster.c
Don't set a info[] position we use to NULL.
[moira.git] / clients / moira / cluster.c
index 3ef7590e40e9cf77c98ba98f351a809795b1d23b..d256cd2d96857aa9aee940883b54dbec0dffbc78 100644 (file)
@@ -142,7 +142,7 @@ static char **SetMachineDefaults(char **info, char *name)
   info[M_OWNER_NAME] = strdup("NONE");
   info[M_ACOMMENT] = strdup("");
   info[M_OCOMMENT] = strdup("");
-  info[16] = info[17] = NULL;
+  info[17] = info[18] = NULL;
   return info;
 }
 
This page took 0.031763 seconds and 4 git commands to generate.