aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut
diff options
context:
space:
mode:
authorUbitUmarov2017-05-27 05:44:50 +0100
committerUbitUmarov2017-05-27 05:44:50 +0100
commitf7ae87a0d5d124ef900e65400767258de57c4003 (patch)
tree92eeb10562479c92cdd329050e78d0d88362db3f /OpenSim/Region/CoreModules/ServiceConnectorsOut
parentminor cleanup (diff)
downloadopensim-SC_OLD-f7ae87a0d5d124ef900e65400767258de57c4003.zip
opensim-SC_OLD-f7ae87a0d5d124ef900e65400767258de57c4003.tar.gz
opensim-SC_OLD-f7ae87a0d5d124ef900e65400767258de57c4003.tar.bz2
opensim-SC_OLD-f7ae87a0d5d124ef900e65400767258de57c4003.tar.xz
minor cleanup
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionInfoCache.cs1
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;