doc/misc/options. [RT #5616]
+1455. [bug] <netaddr> missing from server grammar in
+ doc/misc/options. [RT #5616]
--- 9.2.4rc1 released ---
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: parser.c,v 1.70.2.23 2004/03/09 06:12:30 marka Exp $ */
+/* $Id: parser.c,v 1.70.2.24 2004/03/28 23:09:55 marka Exp $ */
#include <config.h>
if (type->parse == parse_named_map) {
print_grammar(pctx, &cfg_type_astring);
print(pctx, " ", 1);
+ } else if (type->parse == parse_addressed_map) {
+ print_grammar(pctx, &cfg_type_netaddr);
+ print(pctx, " ", 1);
}
print_open(pctx);