aboutsummaryrefslogtreecommitdiff
path: root/src/data.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.lisp')
-rw-r--r--src/data.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/data.lisp b/src/data.lisp
index 52bc652..b6feb34 100644
--- a/src/data.lisp
+++ b/src/data.lisp
@@ -254,11 +254,6 @@ calling CONTINUE-DEPLOY* or CONTINUE-DEPLOY*-PROGRAM will need their own
implementation."))
(defmethod connection-upload ((connection connection) (data data))
- (when (subtypep (class-of connection)
- 'consfigurator.connection.local:local-connection)
- (error
- "Attempt to upload data to the root Lisp or reupload to remote Lisp.
-This is not allowed for security reasons."))
(flet ((upload (from to)
(with-open-file (stream from :element-type '(unsigned-byte 8))
(writefile to stream))))