From: Bjoern Sikora Date: Fri, 11 Jun 2010 15:48:00 +0000 (+0200) Subject: Changed user agent string. X-Git-Tag: v1.1~101 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=f1dda32404f22b408a0f2496acdbecd397d602d5;p=bpdyndnsd Changed user agent string. --- diff --git a/src/httphelper.cpp b/src/httphelper.cpp index 59e16e1..37eb0ee 100644 --- a/src/httphelper.cpp +++ b/src/httphelper.cpp @@ -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 ) diff --git a/src/ip_addr_helper.cpp b/src/ip_addr_helper.cpp index 1d88a57..7589405 100644 --- a/src/ip_addr_helper.cpp +++ b/src/ip_addr_helper.cpp @@ -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 )