diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-18 15:21:23 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-18 15:21:23 -0700 |
commit | d21c94d9a3554ebe4ed92afcbf583105ad93cdad (patch) | |
tree | 3afc3ddb02b365e65ea81fa2892bd939d9b8a194 /indra/llmessage/llassetstorage.cpp | |
parent | f96237c963665201b01e565db4c69e6ca9a8c8f1 (diff) | |
parent | 6ff09fa393995d67679faaaf765d22cb9a8b3f7f (diff) |
Merge
Diffstat (limited to 'indra/llmessage/llassetstorage.cpp')
-rwxr-xr-x | indra/llmessage/llassetstorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llassetstorage.cpp b/indra/llmessage/llassetstorage.cpp index 8ba2535531..a6edafecf8 100755 --- a/indra/llmessage/llassetstorage.cpp +++ b/indra/llmessage/llassetstorage.cpp @@ -290,7 +290,7 @@ LLAssetStorage::LLAssetStorage(LLMessageSystem *msg, LLXferManager *xfer, LLVFS LLAssetStorage::LLAssetStorage(LLMessageSystem *msg, LLXferManager *xfer, LLVFS *vfs, LLVFS *static_vfs) { - _init(msg, xfer, vfs, static_vfs, LLHost::invalid); + _init(msg, xfer, vfs, static_vfs, LLHost()); } |