Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/local/mounts.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/local/mounts.py')
-rw-r--r--sugar_network/local/mounts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar_network/local/mounts.py b/sugar_network/local/mounts.py
index 3203c3b..a08e693 100644
--- a/sugar_network/local/mounts.py
+++ b/sugar_network/local/mounts.py
@@ -358,6 +358,8 @@ class RemoteMount(ad.CommandsProcessor, _Mount, _ProxyCommands):
finally:
_logger.info('Got disconnected from %r master', url)
_Mount.set_mounted(self, False)
+ self._client.close()
+ self._client = None
class NodeMount(LocalMount, _ProxyCommands):