From f8287addd23543a970453e473829bd3d6c28bcdd Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 1 Feb 2013 11:47:29 +0100 Subject: [PATCH] pf plugin: Fix a typo. s/status/state/g --- src/pf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pf.c b/src/pf.c index da539a26..0fff6720 100644 --- a/src/pf.c +++ b/src/pf.c @@ -86,7 +86,7 @@ static int pf_read (void) close (fd); fd = -1; - if (!status.running) + if (!state.running) { WARNING ("pf plugin: PF is not running."); return (-1); -- 2.30.2