X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fauth.c;h=202d557a5a4b41539ee1065ad43fbacb1f3bc5bb;hb=a20059a09c56555f6c2006a7193de4c1676b477a;hp=d27f6306c4b03f2e8cabf3a93de37751c50e15bb;hpb=5c9f2d0e37f7b761e7d966385028f32cb0cca0cf;p=ppp.git diff --git a/pppd/auth.c b/pppd/auth.c index d27f630..202d557 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -1240,7 +1240,7 @@ np_finished(int unit, int proto) static void check_maxoctets(void *arg) { - unsigned int used; + unsigned int used = 0; ppp_link_stats_st stats; if (ppp_get_link_stats(&stats)) {