summaryrefslogtreecommitdiff
path: root/indra/newview/llsettingsvo.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-01-24 13:36:59 -0800
committerRider Linden <rider@lindenlab.com>2018-01-24 13:36:59 -0800
commit2d41de9007ce485e2c7e96c487d609cfe1690c29 (patch)
tree58cef8662ba8a1419c8f4d0217674df643b90f2a /indra/newview/llsettingsvo.cpp
parent536aeb54a6130f3d1e20405c8f6cbd29201de26d (diff)
MAINT-8052: Parcel environments. Set, clear and get.
Diffstat (limited to 'indra/newview/llsettingsvo.cpp')
-rw-r--r--indra/newview/llsettingsvo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsettingsvo.cpp b/indra/newview/llsettingsvo.cpp
index 80cb8c8357..8ba6b2354a 100644
--- a/indra/newview/llsettingsvo.cpp
+++ b/indra/newview/llsettingsvo.cpp
@@ -520,7 +520,7 @@ LLSettingsDay::ptr_t LLSettingsVODay::buildFromLegacyMessage(const LLUUID &regio
if (!results["success"].asBoolean())
{
LL_WARNS("SETTINGS") << "Day setting validation failed!:" << results << LL_ENDL;
- LLSettingsDay::ptr_t();
+ return LLSettingsDay::ptr_t();
}
LLSettingsDay::ptr_t dayp = boost::make_shared<LLSettingsVODay>(newsettings);