From 80ff0282c31fed700be61834d517d7a3648efb0d Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 16 Nov 2013 09:45:40 +0000 Subject: [PATCH] Give terrasync a custom HTTP UA. --- simgear/scene/tsync/terrasync.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index a95486f7..a74f9b4e 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -302,6 +302,7 @@ SGTerraSync::SvnThread::SvnThread() : _stop(false), _use_svn(true) { + _http.setUserAgent("terrasync-" SG_STRINGIZE(SG_VERSION)); } void SGTerraSync::SvnThread::stop() -- 2.39.5