add new protocol variation "gnudip-fullhostname", used by provider dynu.com
[bpdyndnsd] / src / service_gnudip.cpp
index 934db17..3f35cfd 100644 (file)
@@ -300,7 +300,7 @@ Service::UpdateErrorCode ServiceGnudip::perform_update(const std::string& ip)
             }
 
             // Now its time to issue the second http_get operation
-            string url = assemble_update_url(salt, sign_time, sign, secret, ip);
+            string url = this->assemble_update_url(salt, sign_time, sign, secret, ip);
 
             // perform the update operation
             http_status_code = HTTPHelp->http_get(url);