aboutsummaryrefslogtreecommitdiff
path: root/src/connection/rehome.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/rehome.lisp')
-rw-r--r--src/connection/rehome.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/connection/rehome.lisp b/src/connection/rehome.lisp
index 0a8a74c..791b3b4 100644
--- a/src/connection/rehome.lisp
+++ b/src/connection/rehome.lisp
@@ -48,8 +48,7 @@
(defmethod connection-clear-data-cache
((connection rehome-connection) iden1 iden2)
- (with-slots (datadir) connection
- (delete-remote-trees (data-pathname (datadir connection) iden1 iden2))))
+ (delete-remote-trees (data-pathname (datadir connection) iden1 iden2)))
(defmethod get-remote-cached-prerequisite-data
((connection rehome-connection))