diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llhttpassetstorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llhttpassetstorage.cpp b/linden/indra/llmessage/llhttpassetstorage.cpp index dfdad59..49dbdbd 100644 --- a/linden/indra/llmessage/llhttpassetstorage.cpp +++ b/linden/indra/llmessage/llhttpassetstorage.cpp | |||
@@ -626,7 +626,7 @@ LLSD LLHTTPAssetStorage::getPendingRequest(LLAssetStorage::ERequestType rt, | |||
626 | const request_list_t* running = getRunningList(rt); | 626 | const request_list_t* running = getRunningList(rt); |
627 | if (running) | 627 | if (running) |
628 | { | 628 | { |
629 | LLSD sd = LLAssetStorage::getPendingRequest(running, asset_type, asset_id); | 629 | LLSD sd = LLAssetStorage::getPendingRequestImpl(running, asset_type, asset_id); |
630 | if (sd) | 630 | if (sd) |
631 | { | 631 | { |
632 | sd["is_running"] = true; | 632 | sd["is_running"] = true; |