Changeset 6548
- Timestamp:
- 03/18/12 19:20:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oscam-chk.c
r6547 r6548 502 502 for (h=0;h<rdr->ratelimitecm;h++) { 503 503 if ((rdr->rlecmh[h].last ==- 1) || ((time(NULL)-rdr->rlecmh[h].last) > rdr->ratelimitseconds)) { 504 free_slots++;504 free_slots++; 505 505 } 506 506 if (rdr->rlecmh[h].srvid == er->srvid) { 507 free_slots++;507 free_slots++; 508 508 } 509 509 } … … 512 512 cs_debug_mask(D_TRACE, "ratelimit - no free slot on reader %s", rdr->label); 513 513 return(0); 514 }515 514 } 516 515 }
Note:
See TracChangeset
for help on using the changeset viewer.