diff options
author | John Hurliman | 2009-10-06 12:15:24 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-06 12:15:24 -0700 |
commit | fa6027aa09190ce50cfabcd3092836f21c99228c (patch) | |
tree | e0ee78f308c1933f6d3aa9c6e80c2fcf4a75d6a2 /OpenSim/Data/MySQL/MySQLRegionData.cs | |
parent | * Added missing references to prebuild.xml and commented out the LindenUDP te... (diff) | |
parent | * Removed verbose debug message (diff) | |
download | opensim-SC-fa6027aa09190ce50cfabcd3092836f21c99228c.zip opensim-SC-fa6027aa09190ce50cfabcd3092836f21c99228c.tar.gz opensim-SC-fa6027aa09190ce50cfabcd3092836f21c99228c.tar.bz2 opensim-SC-fa6027aa09190ce50cfabcd3092836f21c99228c.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into htb-throttle
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLRegionData.cs b/OpenSim/Data/MySQL/MySQLRegionData.cs index 3fe27d5..3b561d1 100644 --- a/OpenSim/Data/MySQL/MySQLRegionData.cs +++ b/OpenSim/Data/MySQL/MySQLRegionData.cs | |||
@@ -173,7 +173,7 @@ namespace OpenSim.Data.MySQL | |||
173 | retList.Add(ret); | 173 | retList.Add(ret); |
174 | } | 174 | } |
175 | 175 | ||
176 | CloseDBConnection(cmd); | 176 | CloseDBConnection(result, cmd); |
177 | } | 177 | } |
178 | 178 | ||
179 | return retList; | 179 | return retList; |