From: James Turner Date: Sat, 16 Nov 2013 09:45:40 +0000 (+0000) Subject: Give terrasync a custom HTTP UA. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80ff0282c31fed700be61834d517d7a3648efb0d;p=simgear.git Give terrasync a custom HTTP UA. --- 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()