]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: target
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 15 May 2020 14:43:05 +0000 (10:43 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 15 May 2020 14:43:05 +0000 (10:43 -0400)
pdns/lua-recursor4.cc

index da82ace25efce4a53ec62141ee5c3ef225378aef..445092448ed0985ddaa58e3c17e0a1703c4dc357 100644 (file)
@@ -487,9 +487,9 @@ unsigned int RecursorLua4::gettag(const ComboAddress& remote, const Netmask& edn
       deviceName = *deviceNameret;
     }
 
-    const auto routingTagret = std::get<6>(ret);
-    if (routingTagret) {
-      routingTag = *routingTagret;
+    const auto routingTarget = std::get<6>(ret);
+    if (routingTarget) {
+      routingTag = *routingTarget;
     }
 
     return std::get<0>(ret);