aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
Diffstat (limited to 'src/property')
-rw-r--r--src/property/firewalld.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/firewalld.lisp b/src/property/firewalld.lisp
index 6c6f337..8d0835c 100644
--- a/src/property/firewalld.lisp
+++ b/src/property/firewalld.lisp
@@ -67,7 +67,7 @@
((run-failed
(lambda (c)
(when (and warning
- (search warning (failed-stdout c)))
+ (search warning (run-failed-stdout c)))
(return-from permanent-change :no-change)))))
(apply #'mrun "firewall-offline-cmd" offline-apply))
(if --permanent