]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
resolve: remove an incorrectly added condition
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 17 May 2017 17:58:13 +0000 (19:58 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 1 Jun 2017 14:27:16 +0000 (16:27 +0200)
commitf80c506d3eebff87fe22005e9a4b2e0afe6f3daa
tree3308ceaf891ac782cdaf477b8adb72c8d1d208e8
parent04fa2a123affb27d44e30cd9b425595fa3efddd1
resolve: remove an incorrectly added condition

This part of code is NOT reachable when forwarding, because
ns.name is . (the root) and retry is true.
kr_nsrep_elect* would ruin forwarding anyway, as they're written ATM.
lib/resolve.c