]> andersk Git - moira.git/commitdiff
Make recursive searches work for guas.
authorzacheiss <zacheiss>
Thu, 29 Nov 2007 22:41:52 +0000 (22:41 +0000)
committerzacheiss <zacheiss>
Thu, 29 Nov 2007 22:41:52 +0000 (22:41 +0000)
server/queries2.c

index 5670f867c9e0dd0ad94f5c2bed5d622fb9f69940..906638fe8c6e6ef8aa4b83bb6ddad7573b6c8aba 100644 (file)
@@ -300,8 +300,8 @@ static char *guas_fields[] = {
 };
 
 static struct valobj guas_valobj[] = {
-  {V_TYPE, 0, 0, "ace_type", 0, MR_ACE},
-  {V_TYPEDATA, 1, 0, "list_id", 0, MR_ACE},
+  {V_TYPE, 0, 0, "gaus", 0, MR_TYPE},
+  {V_TYPEDATA, 1, 0, 0, 0, MR_NO_MATCH},
 };
 
 static struct validate guas_validate = {
This page took 0.050493 seconds and 5 git commands to generate.