* 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

This commit is contained in:
Justin Clarke Casey
2008-08-18 21:46:07 +00:00
parent 9e6b38078a
commit a179089d1c
2 changed files with 56 additions and 2 deletions

View File

@@ -409,6 +409,7 @@ namespace OpenSim.Data.MySQL
Lfli.Add(fli);
}
reader.Dispose();
result.Dispose();
}