diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-03-09 22:55:16 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-03-09 22:55:16 +0000 |
commit | cf405184285c25723249d5a023b28d9498cf0c3f (patch) | |
tree | c4f16cbd5eecf5ad14ebf73800c9a38048c49c18 /indra/llmessage/llsdappservices.cpp | |
parent | b36dc363061ec5bf6b092c14193198e9a5eef816 (diff) |
merge -r 58986:59028 maintenance
Diffstat (limited to 'indra/llmessage/llsdappservices.cpp')
-rw-r--r-- | indra/llmessage/llsdappservices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llsdappservices.cpp b/indra/llmessage/llsdappservices.cpp index c10e9bd113..7b8e678847 100644 --- a/indra/llmessage/llsdappservices.cpp +++ b/indra/llmessage/llsdappservices.cpp @@ -242,7 +242,7 @@ public: llinfos << "LLHTTPLiveConfigSingleService::validate(" << name << ")" << llendl; LLSD option = LLApp::instance()->getOption(name); - if(option) return true; + if(option.isDefined()) return true; else return false; } |