Trivial test of committing

This commit is contained in:
Paul Hoffman 2019-11-20 07:29:58 +08:00
parent 6cba388c7c
commit f197b022e7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
/* root_first is needed to route around a bug in the current version of the
* getdns API that requires non RRSIG records in the root to be first.
* It scans a getdns_list of resource records, and returns a new list rotated
* to make the root non RRSIG record first.
* to make a root non-RRSIG record first, if such a record exists.
* Without root records, no new list is created and the input list is returned.
* All failures are returned early.
*/