Changeset 12121


Ignore:
Timestamp:
05/15/09 10:35:18 (4 years ago)
Author:
eko
Message:

traff: total monthly data - for Sash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/modules/broadcom.c

    r12017 r12121  
    19171917        foreach( var, tdata, next ) 
    19181918        { 
     1919                if( i == days ) break;  //skip monthly total 
    19191920            sscanf( var, "%lu:%lu", &rcvd[i], &sent[i] ); 
    19201921            totin += rcvd[i]; 
Note: See TracChangeset for help on using the changeset viewer.