diff options
author | Melanie | 2009-08-21 17:00:18 +0100 |
---|---|---|
committer | Melanie | 2009-08-21 17:00:18 +0100 |
commit | de3cca6061d73e8b2be30e980c220a8b3a543bf6 (patch) | |
tree | fa66f49623941135a07b04da2b715e0be2e27108 | |
parent | Add -xmlfile= option to UGM, to let the files be outside bin if desired (diff) | |
download | opensim-SC_OLD-de3cca6061d73e8b2be30e980c220a8b3a543bf6.zip opensim-SC_OLD-de3cca6061d73e8b2be30e980c220a8b3a543bf6.tar.gz opensim-SC_OLD-de3cca6061d73e8b2be30e980c220a8b3a543bf6.tar.bz2 opensim-SC_OLD-de3cca6061d73e8b2be30e980c220a8b3a543bf6.tar.xz |
Fix Messaging server so -xmlfile actually works
Diffstat (limited to '')
-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) |