]> andersk Git - moira.git/commitdiff
fixed incorrect confirmation message while deleting a machine from a cluster
authormar <mar>
Thu, 23 Feb 1989 16:28:22 +0000 (16:28 +0000)
committermar <mar>
Thu, 23 Feb 1989 16:28:22 +0000 (16:28 +0000)
clients/moira/cluster.c

index 54bb9be903a2ede4a26a383b796878c82d947b1f..2575a4044a2a373012adf5b84c77b51af03f98b4 100644 (file)
@@ -635,7 +635,7 @@ Bool one_map;
     register int stat;
 
     sprintf(temp_buf, "Remove %s from the cluster %s", 
-           info[MAP_MACHINE], info[MAP_MACHINE]);
+           info[MAP_MACHINE], info[MAP_CLUSTER]);
     if (!one_map || Confirm(temp_buf)) {
        if ( (stat = do_sms_query("delete_machine_from_cluster", 2, 
                                  info, Scream, NULL)) != 0 )
This page took 0.041677 seconds and 5 git commands to generate.