diff options
author | UbitUmarov | 2017-05-22 19:14:19 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-22 19:16:42 +0100 |
commit | 73222e4dd4e735225845184de22e245c454b40db (patch) | |
tree | 49916523ffd58cc1325371b682fd182571f4f25b /OpenSim/Framework | |
parent | PGSQL: Another missing cast in XInventoryData (diff) | |
download | opensim-SC_OLD-73222e4dd4e735225845184de22e245c454b40db.zip opensim-SC_OLD-73222e4dd4e735225845184de22e245c454b40db.tar.gz opensim-SC_OLD-73222e4dd4e735225845184de22e245c454b40db.tar.bz2 opensim-SC_OLD-73222e4dd4e735225845184de22e245c454b40db.tar.xz |
fix IClientIPEndpoint broken by justin long ago.. but stop using it
except on SceneBanner, later it my be also removed from there and
everywhere
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Client/IClientIPEndpoint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Client/IClientIPEndpoint.cs b/OpenSim/Framework/Client/IClientIPEndpoint.cs index 2b99bf0..2194616 100644 --- a/OpenSim/Framework/Client/IClientIPEndpoint.cs +++ b/OpenSim/Framework/Client/IClientIPEndpoint.cs | |||
@@ -34,6 +34,6 @@ namespace OpenSim.Framework.Client | |||
34 | { | 34 | { |
35 | public interface IClientIPEndpoint | 35 | public interface IClientIPEndpoint |
36 | { | 36 | { |
37 | IPAddress EndPoint { get; } | 37 | IPEndPoint RemoteEndPoint { get; } |
38 | } | 38 | } |
39 | } | 39 | } |