summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd33aec)
raw | patch | inline | side by side (parent: dd33aec)
author | Florian Forster <octo@collectd.org> | |
Fri, 1 Feb 2013 10:47:29 +0000 (11:47 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 1 Feb 2013 10:47:29 +0000 (11:47 +0100) |
s/status/state/g
src/pf.c | patch | blob | history |
diff --git a/src/pf.c b/src/pf.c
index da539a26ec4cd9f6b1026ed39f8903568f97e346..0fff6720706966c3ab9c351eedee0a23e60c23f1 100644 (file)
--- a/src/pf.c
+++ b/src/pf.c
close (fd);
fd = -1;
- if (!status.running)
+ if (!state.running)
{
WARNING ("pf plugin: PF is not running.");
return (-1);