From 68e0937a747c21d40805cf7ed64d44667227670e Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 4 May 2024 10:20:06 +0300 Subject: [PATCH] Ignore host. --- src/rsync.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rsync.lisp b/src/rsync.lisp index 755a5fe..103912b 100644 --- a/src/rsync.lisp +++ b/src/rsync.lisp @@ -14,6 +14,7 @@ (defun rsync (host) + (declare (ignore host)) (error "This node is not supported yet.") ;; (make-instance 'rsync ;; :host host)