mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-30 01:23:49 -04:00
fix merge error
This commit is contained in:
parent
1c8aa38b53
commit
94deea78f4
1 changed files with 1 additions and 1 deletions
|
|
@ -2196,7 +2196,7 @@ process_opt(ns_client_t *client, dns_rdataset_t *opt) {
|
|||
return (result);
|
||||
}
|
||||
isc_stats_increment(ns_g_server->nsstats,
|
||||
dns_statscounter_keytagopt);
|
||||
dns_nsstatscounter_keytagopt);
|
||||
break;
|
||||
default:
|
||||
isc_stats_increment(ns_g_server->nsstats,
|
||||
|
|
|
|||
Loading…
Reference in a new issue