572. [bug] Quoted strings were not accepted as key names in
address match lists.
+ 572. [bug] Quoted strings were not accepted as key names in
+ address match lists.
+
554. [bug] In some cases, not all of the dnssec tools were
properly installed.
* SOFTWARE.
*/
-/* $Id: confparser.y,v 1.99.2.5 2000/09/13 23:13:25 explorer Exp $ */
+/* $Id: confparser.y,v 1.99.2.6 2000/11/22 20:18:03 bwelling Exp $ */
#include <config.h>
}
$$ = $2;
}
- | L_SEC_KEY L_STRING
+ | L_SEC_KEY any_string
{
dns_c_ipmatchelement_t *ime = NULL;