]> andersk Git - moira.git/commitdiff
Don't set a info[] position we use to NULL.
authorzacheiss <zacheiss>
Tue, 21 Aug 2001 07:19:12 +0000 (07:19 +0000)
committerzacheiss <zacheiss>
Tue, 21 Aug 2001 07:19:12 +0000 (07:19 +0000)
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.071619 seconds and 5 git commands to generate.