FreeBSD Bugzilla – Attachment 20186 Details for
Bug 35667
net/pppload patch so it doesn't show wrong values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 569 bytes, created by
hendrik
on 2002-03-08 10:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
hendrik
Created:
2002-03-08 10:00:02 UTC
Size:
569 bytes
patch
obsolete
>--- PPPStats.C.orig Fri Mar 8 16:52:57 2002 >+++ PPPStats.C Fri Mar 8 16:52:37 2002 >@@ -68,6 +68,8 @@ > sprintf (ifreq.ifr_name, "%s%d",(const char*)options->device(),options->link()); > > PPPStat = & PPPInfo->stats; >+ PPPStat->p.ppp_ibytes = 0; >+ PPPStat->p.ppp_obytes = 0; > memset (LastPPPStat, 0, sizeof (LastPPPStat)); > > get_command(ifreq.ifr_name); >@@ -88,7 +90,7 @@ > } > } > PPPStat->p.ppp_ibytes = 0; >- PPPStat->p.ppp_obytes = 0; >+ PPPStat->p.ppp_obytes = 0; > } else if ( !_isUp ) { > _isUp = true; > killTimer( _retryId );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35667
: 20186