Changed user agent string.
authorBjoern Sikora <bjoern.sikora@intra2net.com>
Fri, 11 Jun 2010 15:48:00 +0000 (17:48 +0200)
committerBjoern Sikora <bjoern.sikora@intra2net.com>
Fri, 11 Jun 2010 15:48:00 +0000 (17:48 +0200)
src/httphelper.cpp
src/ip_addr_helper.cpp

index 59e16e1..37eb0ee 100644 (file)
@@ -141,7 +141,7 @@ string HTTPHelper::get_curl_data() const
  */
 CURL* HTTPHelper::init_curl(string& curl_writedata_buff,char* curl_err_buff)
 {
-    string user_agent = "Bullet Proof DYNDNS Daemon 0.1.1 - Intra2net AG 2010";
+    string user_agent = "Intra2net AG - Bullet Proof DYNDNS Daemon - 0.1.1";
 
     CURL *curl_easy_handle = curl_easy_init();
     if ( curl_easy_handle == NULL )
index 1d88a57..7589405 100644 (file)
@@ -549,7 +549,7 @@ CURLcode IPAddrHelper::set_curl_url(CURL * curl_easy_handle, const string& url)
  */
 CURL * IPAddrHelper::init_curl(string& curl_writedata_buff,char* curl_err_buff) const
 {
-    string user_agent = "Bullet Proof DYNDNS Daemon 0.1.1 - Intra2net AG 2010";
+    string user_agent = "Intra2net AG - Bullet Proof DYNDNS Daemon - 0.1.1";
 
     CURL *curl_easy_handle = curl_easy_init();
     if ( curl_easy_handle == NULL )