From f1dda32404f22b408a0f2496acdbecd397d602d5 Mon Sep 17 00:00:00 2001 From: Bjoern Sikora Date: Fri, 11 Jun 2010 17:48:00 +0200 Subject: [PATCH] Changed user agent string. --- src/httphelper.cpp | 2 +- src/ip_addr_helper.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ) -- 1.7.1