]> andersk Git - moira.git/commitdiff
Fix comment for CheckAndRemoveCnames(), and add back a blank line
authorzacheiss <zacheiss>
Thu, 7 Sep 2000 20:09:57 +0000 (20:09 +0000)
committerzacheiss <zacheiss>
Thu, 7 Sep 2000 20:09:57 +0000 (20:09 +0000)
between two functions.

clients/moira/cluster.c

index e3d31fbeadf9c947f1316d98462c1c71913cc005..eec786c16b97cc8b87b13b0657965e109bc903f3 100644 (file)
@@ -950,7 +950,7 @@ int CheckAndRemoveFromCluster(char *name, Bool ask_user)
  *                   and if so then removes them.
  *     Arguments: name - name of the machine (already Canonicalized).
  *                 ask_user- query the user before removing cnames?
- *     Returns: MR_ERROR if machine left in a cluster, or mr_error.
+ *     Returns: MR_ERROR if machine left with a cname, or mr_error.
  */
 
 int CheckAndRemoveCnames(char *name, Bool ask_user)
@@ -1050,6 +1050,7 @@ static void RealDeleteMachine(char **info, Bool one_machine)
        }
     }
 }
+
 /*     Function Name: DeleteMachine
  *     Description: This function removes a machine from the data base.
  *     Arguments: argc, argv - the machines name int argv[1].
This page took 0.054447 seconds and 5 git commands to generate.