X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmain.c;h=6e50947000ed65e620bb12089582ef306bf54fc0;hp=1c570eee7860338ae31139ef7f4ed6e06d46a4e2;hb=428d4139c39999841f8ecc76a8b3414fd93edd3f;hpb=a75742c5e72fa5718e57d77586887d58755feebe diff --git a/pppd/main.c b/pppd/main.c index 1c570ee..6e50947 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -40,7 +40,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: main.c,v 1.131 2004/01/13 04:00:34 paulus Exp $" +#define RCSID "$Id: main.c,v 1.132 2004/02/02 02:52:51 carlsonj Exp $" #include #include @@ -1173,6 +1173,7 @@ print_link_stats() info("Connect time %d.%d minutes.", t/10, t%10); info("Sent %u bytes, received %u bytes.", link_stats.bytes_out, link_stats.bytes_in); + link_stats_valid = 0; } }