]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
gc: fix a lint warning
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 27 Jun 2019 14:50:13 +0000 (16:50 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Wed, 10 Jul 2019 13:59:23 +0000 (15:59 +0200)
commit6ae50c80a4043787fa6be8244312491dc0564223
tree46eb50a8c0b4acc583577a65e571ae8c628a809b
parent090f88c68b95a740688dfc69bd40d2f263f7ac0c
gc: fix a lint warning

I think the condition is still quite well readable even though much
shorter than my original !(kd[i - 1] == 0 && kd[i - 2] == 0)
utils/cache_gc/db.c