Finished fine tuning due to linter output.
[bpdyndnsd] / src / service_dyns.cpp
index 5948e06..d1c90ee 100644 (file)
@@ -105,7 +105,7 @@ int ServiceDyns::perform_update(const std::string& ip)
     string url = BaseUrl;
     url.append(ip);
 
-    if ( HTTPHelp->is_initialized() == true )
+    if ( HTTPHelp->is_initialized() )
     {
         long http_status_code = HTTPHelp->http_get(url);