Changeset 6548


Ignore:
Timestamp:
03/18/12 19:20:53 (12 years ago)
Author:
corsair
Message:

fixed compiler error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oscam-chk.c

    r6547 r6548  
    502502    for (h=0;h<rdr->ratelimitecm;h++) {
    503503        if ((rdr->rlecmh[h].last ==- 1) || ((time(NULL)-rdr->rlecmh[h].last) > rdr->ratelimitseconds)) {
    504         free_slots++;
     504                free_slots++;
    505505        }
    506506        if (rdr->rlecmh[h].srvid == er->srvid) {
    507         free_slots++;
     507                free_slots++;
    508508        }
    509509    }
     
    512512        cs_debug_mask(D_TRACE, "ratelimit - no free slot on reader %s", rdr->label);
    513513        return(0);
    514         }
    515514    }
    516515  }
Note: See TracChangeset for help on using the changeset viewer.