aboutsummaryrefslogtreecommitdiff
path: root/src/property/os.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/os.lisp')
-rw-r--r--src/property/os.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/os.lisp b/src/property/os.lisp
index 42d0c5c..cec032d 100644
--- a/src/property/os.lisp
+++ b/src/property/os.lisp
@@ -85,7 +85,7 @@
(defun typecase-host (host)
(class-of (if host
- (car (getf (hostattrs host) :os))
+ (get-hostattrs-car :os host)
(get-hostattrs-car :os))))
(defun typecase-choose (host cases)