]> git.ipfire.org Git - thirdparty/bind9.git/commit
Look for the next matching tuple in a separate function
authorMichał Kępień <michal@isc.org>
Thu, 10 May 2018 07:43:38 +0000 (09:43 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 10 May 2018 07:43:38 +0000 (09:43 +0200)
commit1bd5f61c6016d9402cc970cc90fd4fbff8088c08
treed1ea70891fcfc0ab95d152b8c95ee04f7c119cba
parent31cdf770a491e94bd2a124b798eaa7117dfe2208
Look for the next matching tuple in a separate function

Extract the portion of the do-while loop responsible for finding the
next tuple with the same name and type into a separate function to
improve code clarity.
lib/dns/zone.c