]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 10 Dec 2017 16:53:12 +0000 (17:53 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 10 Dec 2017 16:53:12 +0000 (17:53 +0100)
pdns/lua-record.cc

index 8a6db6d7d869fa4e0d12620f338e55d010475a38..9c7f82f7c039886ed4d85f362247d1b1ef9a21f7 100644 (file)
@@ -198,7 +198,7 @@ std::function<std::string(const std::string&, GeoIPBackend::GeoIPQueryAttribute)
 
 std::string getGeo(const std::string& ip, GeoIPBackend::GeoIPQueryAttribute qa)
 {
-  static bool intialized;
+  static bool initialized;
   if(!g_getGeo) {
     if(!initialized) {
       L<<Logger::Error<<"LUA Record attempted to use GeoIPBackend functionality, but backend not launched"<<endl;