From 3be8f48cd1f3189af9ecd70bf38472eb53e5b315 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 16 Sep 2015 12:14:52 +0200 Subject: [PATCH] agent string --- geo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo.c b/geo.c index bad41ab..0be0ce8 100644 --- a/geo.c +++ b/geo.c @@ -153,7 +153,7 @@ JsonNode *revgeo(double lat, double lon, UT_string *addr, UT_string *cc) #endif curl_easy_setopt(curl, CURLOPT_URL, utstring_body(url)); - curl_easy_setopt(curl, CURLOPT_USERAGENT, "ot-recorder-agent/1.0"); + curl_easy_setopt(curl, CURLOPT_USERAGENT, "OwnTracks-Recorder/1.0"); curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, writemem);