Finished fine tuning due to linter output.
[bpdyndnsd] / src / service_dyndns.cpp
index 2999582..56a62dc 100644 (file)
@@ -98,7 +98,7 @@ int ServiceDyndns::perform_update(const std::string& ip)
     string url = BaseUrl;
     url.append(ip);
 
-    if ( HTTPHelp->is_initialized() == true )
+    if ( HTTPHelp->is_initialized() )
     {
         // Perform curl operation on given url
         long http_status_code = HTTPHelp->http_get(url);