aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property.lisp b/src/property.lisp
index ee362ab..105c1f0 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -476,7 +476,8 @@ install an apt package but the host is FreeBSD.")
"HOST value currently being preprocessed.
Used by GET-HOSTATTRS to break infinite loops.")
-(defun get-hostattrs (k &optional (host *host*) &aux (host (ensure-host host)))
+(defun get-hostattrs
+ (k &optional host &aux (host (ensure-host (or host *host*))))
"Retrieve the list of static informational attributes of type KEY.
Called by property :HOSTATTRS, :APPLY and :UNAPPLY subroutines."