Finished fine tuning due to linter output.
[bpdyndnsd] / src / service_gnudip.cpp
index 7e07d2a..b4fede5 100644 (file)
@@ -187,7 +187,7 @@ string ServiceGnudip::assemble_update_url(const string& salt, const string& curr
  */
 int ServiceGnudip::perform_update(const std::string& ip)
 {
-    if ( HTTPHelp->is_initialized() == true )
+    if ( HTTPHelp->is_initialized() )
     {
         // initial request
         long http_status_code = HTTPHelp->http_get(BaseUrl);