aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserData.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-18 21:46:07 +0000
committerJustin Clarke Casey2008-08-18 21:46:07 +0000
commita179089d1c0afbb9cb53e47b4d1f236cb6e452f2 (patch)
tree62c21cefcd28e357b1b8458f586db05cc3915cc9 /OpenSim/Data/MySQL/MySQLUserData.cs
parent* Properly dispose of the reader after readAttachments() has finished with it... (diff)
downloadopensim-SC_OLD-a179089d1c0afbb9cb53e47b4d1f236cb6e452f2.zip
opensim-SC_OLD-a179089d1c0afbb9cb53e47b4d1f236cb6e452f2.tar.gz
opensim-SC_OLD-a179089d1c0afbb9cb53e47b4d1f236cb6e452f2.tar.bz2
opensim-SC_OLD-a179089d1c0afbb9cb53e47b4d1f236cb6e452f2.tar.xz
* If two regions have configuration information that conflicts (save xy location, same uuid or same internal ip port) then complain loudly and don't start up
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLUserData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLUserData.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs
index 627bc0c..1ae5645 100644
--- a/OpenSim/Data/MySQL/MySQLUserData.cs
+++ b/OpenSim/Data/MySQL/MySQLUserData.cs
@@ -409,6 +409,7 @@ namespace OpenSim.Data.MySQL
409 409
410 Lfli.Add(fli); 410 Lfli.Add(fli);
411 } 411 }
412
412 reader.Dispose(); 413 reader.Dispose();
413 result.Dispose(); 414 result.Dispose();
414 } 415 }