aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs')
-rw-r--r--OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs
index 92390b5..d40c354 100644
--- a/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs
+++ b/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs
@@ -265,13 +265,13 @@ namespace OpenSim.Framework.Communications.Cache
265 } 265 }
266 else 266 else
267 { 267 {
268 ReqestStartXfer(); 268 RequestStartXfer();
269 } 269 }
270 270
271 return false; 271 return false;
272 } 272 }
273 273
274 protected void ReqestStartXfer() 274 protected void RequestStartXfer()
275 { 275 {
276 UploadComplete = false; 276 UploadComplete = false;
277 XferID = Util.GetNextXferID(); 277 XferID = Util.GetNextXferID();