]> andersk Git - moira.git/blobdiff - clients/moira/cluster.c
Don't include 'NONE' in the list of possible things to do a ghbo/guas
[moira.git] / clients / moira / cluster.c
index e6f657c9c82feff05d56c92d4bc54ae14f897af2..2277ae065a168845f8710a7f2cdc08fd44d91ffb 100644 (file)
@@ -2042,7 +2042,7 @@ int MachineByOwner(int argc, char **argv)
   struct mqelem *top;
 
   type = strdup("USER");
-  if (GetTypeFromUser("Type of owner", "ace_type", &type) == SUB_ERROR)
+  if (GetTypeFromUser("Type of owner", "search_ace_type", &type) == SUB_ERROR)
     return DM_NORMAL;
 
   sprintf(buf, "Name of %s", type);
This page took 0.041536 seconds and 4 git commands to generate.