diff options
Added back a fix that lbsa71 did aqes ago to fix a buffer overflow in the packetpool, which somewhere through time got lost/reverted
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/ModuleLoader.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/ModuleLoader.cs b/OpenSim/Region/Environment/ModuleLoader.cs index 08ed4f3..4a8bf7b 100644 --- a/OpenSim/Region/Environment/ModuleLoader.cs +++ b/OpenSim/Region/Environment/ModuleLoader.cs | |||
@@ -140,7 +140,7 @@ namespace OpenSim.Region.Environment | |||
140 | AgentAssetTransactionModule transactionsModule = new AgentAssetTransactionModule(); | 140 | AgentAssetTransactionModule transactionsModule = new AgentAssetTransactionModule(); |
141 | if (m_loadedSharedModules.ContainsKey(transactionsModule.Name)) | 141 | if (m_loadedSharedModules.ContainsKey(transactionsModule.Name)) |
142 | { | 142 | { |
143 | m_log.ErrorFormat("[MODULES]: Module name \"{0}\" already exists in module list. Module type {1} not added!", xmlRpcMod.Name, "XMLRPCModule"); | 143 | m_log.ErrorFormat("[MODULES]: Module name \"{0}\" already exists in module list. Module type {1} not added!", transactionsModule.Name, "TransactionModule"); |
144 | } | 144 | } |
145 | else | 145 | else |
146 | { | 146 | { |