]> git.ipfire.org Git - thirdparty/bind9.git/commit
Tidy up some DNS_RDATASET_FIXED conditional compilation
authorTony Finch <fanf@isc.org>
Mon, 11 Apr 2022 11:34:47 +0000 (12:34 +0100)
committerTony Finch <fanf@isc.org>
Tue, 3 May 2022 09:30:28 +0000 (09:30 +0000)
commit8c26cd915b6a9d66761f3dc7d290e38ab9351ebd
tree89eb4ea5230d974bfcdbcdcb4bdeb3d5863b3451
parent7f4a4ec07c922055a7d7855c79576504258d3198
Tidy up some DNS_RDATASET_FIXED conditional compilation

Add a #if to make it clear that struct xrdata->order is only used
in DNS_RDATASET_FIXED mode.

Re-order some variable declarations to merge two #if blocks into one.
lib/dns/rdataslab.c