diff --git a/wmifs/wmifs.c b/wmifs/wmifs.c index c1c2ac9..c124cc3 100644 --- a/wmifs/wmifs.c +++ b/wmifs/wmifs.c @@ -961,8 +961,9 @@ void get_ppp_stats(struct ppp_stats *cur) sprintf(req.ifr__name, "ppp%d", PPP_UNIT); - if (ioctl(ppp_h, SIOCGPPPSTATS, &req) < 0) + if (ioctl(ppp_h, SIOCGPPPSTATS, &req) < 0) { /* fprintf(stderr, "heyho!\n") */; + } *cur = req.stats; }