summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-06-28 16:30:08 +0100
committerAimee Linden <aimee@lindenlab.com>2010-06-28 16:30:08 +0100
commit6fcc0994dff2bd88256ff8306c8df670df627ef6 (patch)
tree4e91fcc3b71be8e1b142f17f190909ee7bca6157 /indra/newview/llstartup.cpp
parent9aad318fb9b9480a87d87db902dd2f064d9348af (diff)
EXT-7498 WIP Snapshot Sharing
Reviewed by Tofu.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 96088fed9c..e9efc49e27 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -3148,6 +3148,13 @@ bool process_login_success_response()
}
}
+ // Set the location of the snapshot sharing config endpoint
+ std::string snapshot_config_url = response["snapshot_config_url"];
+ if(!snapshot_config_url.empty())
+ {
+ gSavedSettings.setString("SnapshotConfigURL", snapshot_config_url);
+ }
+
// Start the process of fetching the OpenID session cookie for this user login
std::string openid_url = response["openid_url"];
if(!openid_url.empty())