aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Capabilities/Caps.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-13 23:48:46 +0000
committerJustin Clarke Casey2008-04-13 23:48:46 +0000
commit665c5d89f89f408c21f2ce13d6638be4105c91a4 (patch)
tree5930d27718b6fc6d02fc1bf1be4a88787b317192 /OpenSim/Framework/Communications/Capabilities/Caps.cs
parent* Reverse mantis #912 since it was causing inventory to disappear from the ro... (diff)
downloadopensim-SC_OLD-665c5d89f89f408c21f2ce13d6638be4105c91a4.zip
opensim-SC_OLD-665c5d89f89f408c21f2ce13d6638be4105c91a4.tar.gz
opensim-SC_OLD-665c5d89f89f408c21f2ce13d6638be4105c91a4.tar.bz2
opensim-SC_OLD-665c5d89f89f408c21f2ce13d6638be4105c91a4.tar.xz
* Correct comment from previous patch - I'm not reversing mantis #912 at all, which was in an entirely different location
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities/Caps.cs')
-rw-r--r--OpenSim/Framework/Communications/Capabilities/Caps.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs
index 050657d..f164208 100644
--- a/OpenSim/Framework/Communications/Capabilities/Caps.cs
+++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs
@@ -273,7 +273,7 @@ namespace OpenSim.Region.Capabilities
273 contents.owner___id = invFetch.owner_id; 273 contents.owner___id = invFetch.owner_id;
274 contents.folder___id = invFetch.folder_id; 274 contents.folder___id = invFetch.folder_id;
275 275
276 // In http://opensimulator.org/mantis/view.php?id=912 we tried changing this to 1 instead. 276 // The version number being sent back was originally 1.
277 // Unfortunately, on 1.19.1.4, this means that we see a problem where on subsequent logins 277 // Unfortunately, on 1.19.1.4, this means that we see a problem where on subsequent logins
278 // without clearing client cache, objects in the root folder disappear until the cache is cleared, 278 // without clearing client cache, objects in the root folder disappear until the cache is cleared,
279 // at which point they reappear. 279 // at which point they reappear.