X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpf.c;h=c9aeb5ff22f3be3b48c295e16f242f530a112858;hb=5afde1077e3c8fc119b79caa2572cbf84dbfe5ca;hp=225d536ebeddcf3f0b969ae251fb2ba8aacb681c;hpb=826293bf3acfdcee6632f5d8f0b6be013f2cebab;p=collectd.git diff --git a/src/pf.c b/src/pf.c index 225d536e..c9aeb5ff 100644 --- a/src/pf.c +++ b/src/pf.c @@ -94,7 +94,6 @@ static int pf_read (void) return (-1); } - memset (&state, 0, sizeof (state)); status = ioctl (fd, DIOCGETSTATUS, &state); if (status != 0) {