]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/utils: merge kr_rrkey() and kr_rrkey2() functions
authorGrigorii Demidov <grigorii.demidov@nic.cz>
Fri, 2 Mar 2018 11:26:47 +0000 (12:26 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Wed, 18 Apr 2018 15:08:28 +0000 (17:08 +0200)
commitfedbc3a9358ef89a539bd9bc342e452ffe918dca
tree6952f1bf4e6d336c41e70c93194b6ef07faadad9
parent640501183c11d6698d27bf065cb80cbba83e0125
lib/utils: merge kr_rrkey() and kr_rrkey2() functions

The old kr_rrkey() was used only on one place (and incorrectly) so now
we are replacing both copies with single implementation for general
resolver and root zone import.
It should not make any practical difference.
daemon/worker.c
daemon/zimport.c
lib/utils.c
lib/utils.h