diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index f6a326f..a52eb9a 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -10708,7 +10708,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
10708 | { | 10708 | { |
10709 | get | 10709 | get |
10710 | { | 10710 | { |
10711 | if(m_userEndPoint is IPEndPoint) | 10711 | if (m_userEndPoint is IPEndPoint) |
10712 | { | 10712 | { |
10713 | IPEndPoint ep = (IPEndPoint)m_userEndPoint; | 10713 | IPEndPoint ep = (IPEndPoint)m_userEndPoint; |
10714 | 10714 | ||