summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/llfilesystem/llfilesystem.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llfilesystem/llfilesystem.cpp b/indra/llfilesystem/llfilesystem.cpp
index b029723e11..af5e8bf8b7 100644
--- a/indra/llfilesystem/llfilesystem.cpp
+++ b/indra/llfilesystem/llfilesystem.cpp
@@ -164,6 +164,10 @@ BOOL LLFileSystem::read(U8* buffer, S32 bytes)
success = FALSE;
}
}
+ else
+ {
+ success = FALSE;
+ }
if (success == TRUE)
{