mirror of
https://github.com/opensim/opensim.git
synced 2026-06-13 07:45:35 +08:00
More work on new authentication service
This commit is contained in:
@@ -70,6 +70,7 @@ namespace OpenSim.Data.MySQL
|
||||
}
|
||||
catch (MySqlException e)
|
||||
{
|
||||
Console.WriteLine(e.ToString());
|
||||
if (errorSeen)
|
||||
throw;
|
||||
|
||||
@@ -88,6 +89,13 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
cmd.Connection = m_Connection;
|
||||
}
|
||||
else
|
||||
throw;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e.ToString());
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user