aboutsummaryrefslogtreecommitdiff
path: root/src/host.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.lisp')
-rw-r--r--src/host.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/host.lisp b/src/host.lisp
index a5efd40..477ac09 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -54,7 +54,8 @@
(:method ((host host))
host)
(:method ((hostname string))
- (make-host :hostattrs `(:hostname (,hostname)))))
+ (make-host :hostattrs `(:hostname (,hostname))
+ :propspec (make-propspec :systems nil))))
(defmethod shallow-copy-host ((host host))
(make-instance (type-of host)