Add TODO entry about nochg response
[bpdyndnsd] / src / service_dyndns.cpp
index 1ab80f6..8e49c53 100644 (file)
@@ -124,6 +124,9 @@ int ServiceDyndns::perform_update(const std::string& ip)
         // Get the received http data.
         string curl_data = HTTPHelp->get_curl_data();
 
+        // Note: We don't handle "nochg" as this shouldn't happen
+        //       if only one client is active.
+
         if ( curl_data == good )
         {
             return 0;