aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/deployment.lisp')
-rw-r--r--src/deployment.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index 6cebee3..18a747d 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -128,6 +128,8 @@ used by implementations of ESTABLISH-CONNECTION.")
((connect (connections)
(destructuring-bind ((type . args) . remaining) connections
(let ((*last-hop-info* *this-hop-info*) *this-hop-info*)
+ ;; implementations of ESTABLISH-CONNECTION return nil if they
+ ;; have handed off to a remote Lisp image
(when-let ((*connection*
(apply #'establish-connection type remaining args)))
(if remaining