From 3eda6d0f63bb2b19182dfbacfaa9dd656286d740 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 24 Mar 2021 10:33:28 -0700 Subject: attempt to implement :AS connection type and AS combinator Signed-off-by: Sean Whitton --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index 1ef0483..5cf18cc 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -40,6 +40,7 @@ (:file "src/connection/chroot/fork") (:file "src/connection/chroot/shell") (:file "src/connection/setuid") + (:file "src/connection/as") (:file "src/data/asdf") (:file "src/data/pgp") (:file "src/data/git-snapshot") -- cgit v1.2.3