]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/cache pkt_append(): drop unnecessary argument
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 22 Jul 2020 11:25:51 +0000 (13:25 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Jun 2023 08:22:45 +0000 (10:22 +0200)
commitc19ff9fa667a935e669058cee3e45a7c8f48ac81
treedc324af8a64de2c60e9b283a7ed631849de13c08
parent7ebe70eff3dd6a2eacd7290c56d1e8ddc19babfc
lib/cache pkt_append(): drop unnecessary argument

We already had rank stored in there, in particular
entry2answer() always stored it.
lib/cache/impl.h
lib/cache/knot_pkt.c
lib/cache/peek.c