disconnect when the connection was closed to notify listeners
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 3 May 2008 21:07:27 +0000 (21:07 +0000)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 3 May 2008 21:07:27 +0000 (21:07 +0000)
git-svn-id: http://trooper/svn/projects/jFCPlib/branch/high-level-client@847 c3eda9e8-030b-0410-8277-bc7414b0a119

src/net/pterodactylus/fcp/highlevel/HighLevelClient.java

index f1b3598..6149adf 100644 (file)
@@ -616,6 +616,7 @@ public class HighLevelClient {
                                return;
                        }
                        cancelIdentifier(null);
+                       disconnect();
                }
 
                /**