mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Make ROBUST not hang on exit in recent Mono versions. Make the logfile config
setting/commandline option actually work.
This commit is contained in:
@@ -87,7 +87,11 @@ namespace OpenSim.Server
|
||||
m_log.InfoFormat("[SERVER]: Failed to load {0}", conn);
|
||||
}
|
||||
}
|
||||
return m_Server.Run();
|
||||
int res = m_Server.Run();
|
||||
|
||||
Environment.Exit(res);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user