aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-10-22 19:30:15 +0100
committerJustin Clark-Casey (justincc)2010-10-22 19:30:15 +0100
commit7f2d8449169481f1ec6ee5373bdfeef83c3434bc (patch)
tree4d1bedf96294227caba40313d62e5d9ccfdd506a /OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
parentstart parsing iar control file (diff)
downloadopensim-SC_OLD-7f2d8449169481f1ec6ee5373bdfeef83c3434bc.zip
opensim-SC_OLD-7f2d8449169481f1ec6ee5373bdfeef83c3434bc.tar.gz
opensim-SC_OLD-7f2d8449169481f1ec6ee5373bdfeef83c3434bc.tar.bz2
opensim-SC_OLD-7f2d8449169481f1ec6ee5373bdfeef83c3434bc.tar.xz
Implement guard against trying to load incompatible version IARs
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs b/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
index 087d3df..117b2fd 100644
--- a/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
+++ b/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
@@ -53,7 +53,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
53 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 53 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
54 54
55 /// <summary> 55 /// <summary>
56 /// The maximum major version of OAR that we can read. Minor versions shouldn't need a number since version 56 /// The maximum major version of OAR that we can read. Minor versions shouldn't need a max number since version
57 /// bumps here should be compatible. 57 /// bumps here should be compatible.
58 /// </summary> 58 /// </summary>
59 public static int MAX_MAJOR_VERSION = 0; 59 public static int MAX_MAJOR_VERSION = 0;