Patch by Ben Gertzfield <c...@debian.org>.  First appeared in Debian package
version 1.3b1-5.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=42297 for
more information.
---
 wmifs/wmifs/wmifs.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to