Files
bind9/bin/named
Michał Kępień 183cd1bbe5 Fix 'view' variable scope in load_configuration()
Commit b69e783164 changed the scope of the
local 'view' variable in load_configuration(), but the code section
guarded by the #ifdef USE_DNSRPS directive was not adjusted accordingly,
causing build errors for DNSRPS-enabled builds.  Fix the latter by
declaring the 'view' variable inside the loop in the DNSRPS-specific
block of code.
2023-02-01 11:22:59 +01:00
..
2023-01-25 21:16:00 +01:00
2023-01-12 11:52:48 +01:00
2022-05-03 12:38:59 +00:00