summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/ACM.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/ACM.cs')
-rw-r--r--csharp/src/Ice/ACM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/ACM.cs b/csharp/src/Ice/ACM.cs
index 6eef3867299..b8af4ddff49 100644
--- a/csharp/src/Ice/ACM.cs
+++ b/csharp/src/Ice/ACM.cs
@@ -112,7 +112,6 @@ namespace IceInternal
return;
}
_instance = null;
- _connections.Clear();
_changes.Clear();
}
}
@@ -209,6 +208,7 @@ namespace IceInternal
{
if(_instance == null)
{
+ _connections.Clear();
return;
}