diff options
author | dolphin <dolphin@lindenlab.com> | 2013-09-09 12:46:20 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-09-09 12:46:20 -0700 |
commit | 07cb32449f601e2d47e83d781af3bb9df2474d5c (patch) | |
tree | a913755d041e5ac780c840301ec4676894497e82 /indra/viewer_components/updater | |
parent | 51c01f5294b68b66706685346ecea16246b85cce (diff) | |
parent | 55ae6a7962cdc9a9d7d087fbc529d30db9c37013 (diff) |
Merge with 3.6.5
Diffstat (limited to 'indra/viewer_components/updater')
-rwxr-xr-x | indra/viewer_components/updater/llupdatechecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdatechecker.cpp b/indra/viewer_components/updater/llupdatechecker.cpp index 91a5f9246e..d6e06e5316 100755 --- a/indra/viewer_components/updater/llupdatechecker.cpp +++ b/indra/viewer_components/updater/llupdatechecker.cpp @@ -207,7 +207,7 @@ std::string LLUpdateChecker::Implementation::buildUrl(std::string const & urlBas std::string const & platform_version, unsigned char uniqueid[MD5HEX_STR_SIZE], bool willing_to_test) -{ +{ LLSD path; path.append(mProtocol); path.append(channel); |