diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/TCPJSONStream/ClientNetworkContext.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/TCPJSONStream/ClientNetworkContext.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/TCPJSONStream/ClientNetworkContext.cs b/OpenSim/Region/ClientStack/TCPJSONStream/ClientNetworkContext.cs index 591f817..b077b6a 100644 --- a/OpenSim/Region/ClientStack/TCPJSONStream/ClientNetworkContext.cs +++ b/OpenSim/Region/ClientStack/TCPJSONStream/ClientNetworkContext.cs | |||
@@ -55,6 +55,9 @@ namespace OpenSim.Region.ClientStack.TCPJSONStream | |||
55 | } | 55 | } |
56 | 56 | ||
57 | } | 57 | } |
58 | catch (Exception) | ||
59 | { | ||
60 | } | ||
58 | } | 61 | } |
59 | /// <summary> | 62 | /// <summary> |
60 | /// send a whole buffer | 63 | /// send a whole buffer |