aboutsummaryrefslogtreecommitdiff
path: root/src/host.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-21 17:36:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-21 17:36:45 -0700
commit525d0410cc76624422a6d83b011c8b8c097a0296 (patch)
tree0092ed73c1cb33d2eb5817e9f1394225a38f9f7e /src/host.lisp
parent6f54165637547ef5b4c3ad5ae9f744cc7759b4ac (diff)
downloadconsfigurator-525d0410cc76624422a6d83b011c8b8c097a0296.tar.gz
add default for :PROPSPEC argument to MAKE-HOST
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/host.lisp')
-rw-r--r--src/host.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host.lisp b/src/host.lisp
index b58c023..e31cdf3 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -75,7 +75,7 @@ values higher up the call stack."))
(propappattrs (eval-propspec (host-propspec *host*)))
*host*))
-(defun make-host (&key hostattrs propspec)
+(defun make-host (&key hostattrs (propspec (make-propspec)))
(make-instance 'unpreprocessed-host
:hostattrs hostattrs :propspec propspec))