--- ../oscam-chk.c.old 2013-02-03 22:47:59.000000000 +0100 +++ oscam-chk.c 2013-02-03 22:49:00.000000000 +0100 @@ -149,7 +149,7 @@ else { if (reader_mode) { // Register new slot - reader->rlecmh[foundspace].last = time(NULL); + //reader->rlecmh[foundspace].last = time(NULL); reader->rlecmh[foundspace].srvid = er->srvid; } return OK; @@ -236,7 +236,7 @@ // Cooldown state housekeeping is done. There is a slot available. if (reader_mode) { // Register new slot - reader->rlecmh[foundspace].last = time(NULL); + //reader->rlecmh[foundspace].last = time(NULL); reader->rlecmh[foundspace].srvid = er->srvid; } return OK;