]> andersk Git - moira.git/commitdiff
fix auac_valobj (check that "secure" is a number, not "signature")
authordanw <danw>
Fri, 4 Sep 1998 03:01:50 +0000 (03:01 +0000)
committerdanw <danw>
Fri, 4 Sep 1998 03:01:50 +0000 (03:01 +0000)
server/queries2.c

index 3f7376b9b1b311753dbfa78c06d5edcdf06427c2..02ef67c978be5e89a9aad962ef93ab919c88e392 100644 (file)
@@ -199,7 +199,7 @@ static struct valobj auac_valobj[] = {
   {V_CHAR, 7, USERS_TABLE, "clearid"},
   {V_TYPE, 8, 0, "class", 0, MR_BAD_CLASS},
   {V_ID, 9, STRINGS_TABLE, "string", "string_id", MR_NO_MATCH},
-  {V_NUM, 10},
+  {V_NUM, 11},
 };
 
 static struct validate auac_validate = {
This page took 0.038 seconds and 5 git commands to generate.