diff options
author | Diva Canto | 2013-07-14 09:21:28 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-14 09:21:28 -0700 |
commit | c61ff917ef99a00d4062f264ed10c2a662585e8a (patch) | |
tree | c624d0237759bc402f33473bf12f753c45b29135 /OpenSim/Framework/ChildAgentDataUpdate.cs | |
parent | Change the auth token to be the user's sessionid. (diff) | |
download | opensim-SC_OLD-c61ff917ef99a00d4062f264ed10c2a662585e8a.zip opensim-SC_OLD-c61ff917ef99a00d4062f264ed10c2a662585e8a.tar.gz opensim-SC_OLD-c61ff917ef99a00d4062f264ed10c2a662585e8a.tar.bz2 opensim-SC_OLD-c61ff917ef99a00d4062f264ed10c2a662585e8a.tar.xz |
Authenticate ChildAgentUpdate too.
Diffstat (limited to 'OpenSim/Framework/ChildAgentDataUpdate.cs')
-rw-r--r-- | OpenSim/Framework/ChildAgentDataUpdate.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/ChildAgentDataUpdate.cs b/OpenSim/Framework/ChildAgentDataUpdate.cs index dfe60aa..9fc048b 100644 --- a/OpenSim/Framework/ChildAgentDataUpdate.cs +++ b/OpenSim/Framework/ChildAgentDataUpdate.cs | |||
@@ -171,9 +171,10 @@ namespace OpenSim.Framework | |||
171 | /// Soon to be decommissioned | 171 | /// Soon to be decommissioned |
172 | /// </summary> | 172 | /// </summary> |
173 | /// <param name="cAgent"></param> | 173 | /// <param name="cAgent"></param> |
174 | public void CopyFrom(ChildAgentDataUpdate cAgent) | 174 | public void CopyFrom(ChildAgentDataUpdate cAgent, UUID sid) |
175 | { | 175 | { |
176 | AgentID = new UUID(cAgent.AgentID); | 176 | AgentID = new UUID(cAgent.AgentID); |
177 | SessionID = sid; | ||
177 | 178 | ||
178 | // next: ??? | 179 | // next: ??? |
179 | Size = new Vector3(); | 180 | Size = new Vector3(); |