aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/connection/fork.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index 9f363ee..a147b10 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -41,6 +41,7 @@ for example, such that we don't see it."
(and
#+sbcl (> 2 (length (sb-thread:list-all-threads)))))
+;; TODO there is unwanted variable capture going on here
(defmacro with-fork-connection ((remaining) &body forms)
`(progn
(unless (lisp-connection-p)