diff options
author | Arthur Valadares | 2009-08-21 17:52:25 -0300 |
---|---|---|
committer | Arthur Valadares | 2009-08-21 17:52:25 -0300 |
commit | 173701dd6377f127877ee31ba204c39b88c21a35 (patch) | |
tree | 7f96b168c0a10ab3fa9763114401d701342406e5 /OpenSim/Grid/MessagingServer/Main.cs | |
parent | Fix issue where conversion of temporary boolean variable fails on MySQL (diff) | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-173701dd6377f127877ee31ba204c39b88c21a35.zip opensim-SC_OLD-173701dd6377f127877ee31ba204c39b88c21a35.tar.gz opensim-SC_OLD-173701dd6377f127877ee31ba204c39b88c21a35.tar.bz2 opensim-SC_OLD-173701dd6377f127877ee31ba204c39b88c21a35.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Grid/MessagingServer/Main.cs')
-rw-r--r-- | OpenSim/Grid/MessagingServer/Main.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs index c8035a4..f2631a7 100644 --- a/OpenSim/Grid/MessagingServer/Main.cs +++ b/OpenSim/Grid/MessagingServer/Main.cs | |||
@@ -65,6 +65,7 @@ namespace OpenSim.Grid.MessagingServer | |||
65 | { | 65 | { |
66 | ArgvConfigSource argvSource = new ArgvConfigSource(args); | 66 | ArgvConfigSource argvSource = new ArgvConfigSource(args); |
67 | argvSource.AddSwitch("Startup", "console", "c"); | 67 | argvSource.AddSwitch("Startup", "console", "c"); |
68 | argvSource.AddSwitch("Startup", "xmlfile", "x"); | ||
68 | 69 | ||
69 | IConfig startupConfig = argvSource.Configs["Startup"]; | 70 | IConfig startupConfig = argvSource.Configs["Startup"]; |
70 | if (startupConfig != null) | 71 | if (startupConfig != null) |