Put back a commented section of code. With some viewers, object inventory

transfers just don't start without it. Observed my Nebadon and yours truly.
viewer-2-initial-appearance
Melanie 2010-12-23 11:50:53 +00:00
parent 46db73b62b
commit 26e601a776
1 changed files with 5 additions and 6 deletions

View File

@ -105,12 +105,11 @@ namespace OpenSim.Region.CoreModules.Agent.Xfer
}
}
// This should not be here
//if (Requests.ContainsKey(fileName))
//{
// RequestXfer(Requests[fileName].remoteClient, Requests[fileName].xferID, fileName);
// Requests.Remove(fileName);
//}
if (Requests.ContainsKey(fileName))
{
RequestXfer(Requests[fileName].remoteClient, Requests[fileName].xferID, fileName);
Requests.Remove(fileName);
}
return true;
}