2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

remove extraneous commas

This commit is contained in:
Mark Andrews 1999-10-29 05:12:24 +00:00
parent 12df8cb49a
commit d1ee833efb

View File

@ -113,21 +113,21 @@ typedef enum {
dns_c_forw_only,
dns_c_forw_first,
dns_c_forw_noanswer,
dns_c_forw_nodomain,
dns_c_forw_nodomain
} dns_c_forw_t;
/* value of a 'check-names' method */
typedef enum {
dns_c_severity_ignore,
dns_c_severity_warn,
dns_c_severity_fail,
dns_c_severity_fail
} dns_c_severity_t;
/* Value of a 'check-names' type. */
typedef enum {
dns_trans_primary,
dns_trans_secondary,
dns_trans_response,
dns_trans_response
} dns_c_trans_t ;
#define DNS_C_TRANSCOUNT 3 /* number of items in dns_c_trans_t enum */
@ -143,7 +143,7 @@ typedef enum {
typedef enum {
dns_c_ordering_fixed,
dns_c_ordering_random,
dns_c_ordering_cyclic,
dns_c_ordering_cyclic
} dns_c_ordering_t;