From a179089d1c0afbb9cb53e47b4d1f236cb6e452f2 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 18 Aug 2008 21:46:07 +0000 Subject: * 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 --- OpenSim/Data/MySQL/MySQLUserData.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Data') 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 Lfli.Add(fli); } + reader.Dispose(); result.Dispose(); } -- cgit v1.1