aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/data.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data.lisp b/src/data.lisp
index 310ffe0..8825535 100644
--- a/src/data.lisp
+++ b/src/data.lisp
@@ -263,7 +263,8 @@ appropriate. Falls back to CONNECTION-WRITEFILE."
(if (and (subtypep (type-of (slot-value *connection* 'parent))
'consfigurator.connection.local:local-connection)
(find-method #'connection-upload
- (mapcar #'find-class (list *connection* t t))
+ '()
+ (mapcar #'class-of (list *connection* t t))
nil))
(connection-upload *connection* from to)
(with-open-file (s from :element-type '(unsigned-byte 8))