aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-08-20 20:24:54 +0100
committerJustin Clark-Casey (justincc)2012-08-24 21:52:21 +0100
commit3b972417167e2c5d3aa7b2d390a5be68e5509dc5 (patch)
treef9422c2103cf67345324dd7d22fe2f8570231340 /prebuild.xml
parentFix llDialog responses so that they can be heard throughout the region. This ... (diff)
downloadopensim-SC_OLD-3b972417167e2c5d3aa7b2d390a5be68e5509dc5.zip
opensim-SC_OLD-3b972417167e2c5d3aa7b2d390a5be68e5509dc5.tar.gz
opensim-SC_OLD-3b972417167e2c5d3aa7b2d390a5be68e5509dc5.tar.bz2
opensim-SC_OLD-3b972417167e2c5d3aa7b2d390a5be68e5509dc5.tar.xz
Add --force flag to "kick user" console command to allow bypassing of recent race condition checks.
This is to allow a second attempt to remove an avatar even if "show connections" shows them as already inactive (i.e. close has already been attempted once). You should only attempt --force if a normal kick fails. This is partly for diagnostics as we have seen some connections occasionally remain on lbsa plaza even if they are registered as inactive. This is not a permanent solution and may not work anyway - the ultimate solution is to stop this problem from happening in the first place.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index b4f4464..1765899 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1760,6 +1760,7 @@
1760 <Reference name="System.Core"/> 1760 <Reference name="System.Core"/>
1761 <Reference name="System.Xml"/> 1761 <Reference name="System.Xml"/>
1762 <Reference name="Mono.Addins" path="../../../bin/"/> 1762 <Reference name="Mono.Addins" path="../../../bin/"/>
1763 <Reference name="NDesk.Options" path="../../../bin/"/>
1763 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 1764 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
1764 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> 1765 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
1765 <Reference name="OpenMetaverse" path="../../../bin/"/> 1766 <Reference name="OpenMetaverse" path="../../../bin/"/>