summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/buildstream/_remote.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildstream/_remote.py b/src/buildstream/_remote.py
index 0c0fed44d..1daf2f26f 100644
--- a/src/buildstream/_remote.py
+++ b/src/buildstream/_remote.py
@@ -192,6 +192,8 @@ class BaseRemote():
self.channel.close()
self.channel = None
+ self._initialized = False
+
# _configure_protocols():
#
# An abstract method to configure remote-specific protocols. This