mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Add copyright headers, formatting cleanup, ignore some generated files.
This commit is contained in:
@@ -550,7 +550,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
foreach (IPAddress host in hosts)
|
||||
{
|
||||
if(host.AddressFamily == AddressFamily.InterNetwork)
|
||||
if (host.AddressFamily == AddressFamily.InterNetwork)
|
||||
return host;
|
||||
}
|
||||
// Well all else failed...
|
||||
|
||||
Reference in New Issue
Block a user