From: Florian Forster Date: Fri, 1 Feb 2013 10:47:29 +0000 (+0100) Subject: pf plugin: Fix a typo. X-Git-Tag: collectd-5.2.2~17 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f8287addd23543a970453e473829bd3d6c28bcdd;p=collectd.git pf plugin: Fix a typo. s/status/state/g --- 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);