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