]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Restore recording ns_statscounter_edns0out
authorMark Andrews <marka@isc.org>
Mon, 24 Nov 2025 00:33:30 +0000 (11:33 +1100)
committerMark Andrews <marka@isc.org>
Tue, 25 Nov 2025 02:26:50 +0000 (13:26 +1100)
Change d5e4684b accidentally caused ns_statscounter_edns0out to no
longer be incremented.  This has been corrected.

lib/ns/client.c

index d4bb08bc825b09d7b386f3fe4c242591bcff2f6a..dcb974b4cff93211f0f1199a4f0d33e6c8b07649 100644 (file)
@@ -614,6 +614,7 @@ ns_client_send(ns_client_t *client) {
                if (result != ISC_R_SUCCESS) {
                        goto cleanup;
                }
+               opt_included = true;
        }
 
        client_allocsendbuf(client, &buffer, &data);