diff options
author | UbitUmarov | 2017-05-27 05:44:50 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-27 05:44:50 +0100 |
commit | f7ae87a0d5d124ef900e65400767258de57c4003 (patch) | |
tree | 92eeb10562479c92cdd329050e78d0d88362db3f | |
parent | minor cleanup (diff) | |
download | opensim-SC-f7ae87a0d5d124ef900e65400767258de57c4003.zip opensim-SC-f7ae87a0d5d124ef900e65400767258de57c4003.tar.gz opensim-SC-f7ae87a0d5d124ef900e65400767258de57c4003.tar.bz2 opensim-SC-f7ae87a0d5d124ef900e65400767258de57c4003.tar.xz |
minor cleanup
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionInfoCache.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionInfoCache.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionInfoCache.cs index f3c2900..f6fff58 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionInfoCache.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionInfoCache.cs | |||
@@ -635,6 +635,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid | |||
635 | return 0; | 635 | return 0; |
636 | } | 636 | } |
637 | 637 | ||
638 | expiresCount = expires.Count; | ||
638 | if(expiresCount == 0) | 639 | if(expiresCount == 0) |
639 | { | 640 | { |
640 | byname = null; | 641 | byname = null; |