diff options
author | Melanie Thielker | 2008-11-16 22:04:01 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-16 22:04:01 +0000 |
commit | 5e2e05a1c1cf083c52728798c809711f4e2f52ae (patch) | |
tree | a51ab47c0d6e83a31fc02e0b840911bf936fe802 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | - Fix a formatting error in a log message (Mantis#2635). (diff) | |
download | opensim-SC_OLD-5e2e05a1c1cf083c52728798c809711f4e2f52ae.zip opensim-SC_OLD-5e2e05a1c1cf083c52728798c809711f4e2f52ae.tar.gz opensim-SC_OLD-5e2e05a1c1cf083c52728798c809711f4e2f52ae.tar.bz2 opensim-SC_OLD-5e2e05a1c1cf083c52728798c809711f4e2f52ae.tar.xz |
Megapatch. Completely remove the multiparameter IM methods. Remove the insecure
fromAgentSession field.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index e19857c..0416e3a 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -977,7 +977,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
977 | 977 | ||
978 | GridInstantMessage msg = new GridInstantMessage(); | 978 | GridInstantMessage msg = new GridInstantMessage(); |
979 | msg.fromAgentID = new Guid(UUID.Zero.ToString()); // From server | 979 | msg.fromAgentID = new Guid(UUID.Zero.ToString()); // From server |
980 | msg.fromAgentSession = new Guid(transaction.ToString()); | ||
981 | msg.toAgentID = new Guid(ret.Key.ToString()); | 980 | msg.toAgentID = new Guid(ret.Key.ToString()); |
982 | msg.imSessionID = new Guid(transaction.ToString()); | 981 | msg.imSessionID = new Guid(transaction.ToString()); |
983 | msg.timestamp = (uint)Util.UnixTimeSinceEpoch(); | 982 | msg.timestamp = (uint)Util.UnixTimeSinceEpoch(); |