Code:
r4969 | schlocke | 2011-04-10 14:03:05 +0200 (Sun, 10 Apr 2011) | 6 lines
cam: fixed resharemode=3 with minimizecards=2
cccam: added cccstealth to user accounts
cccam/webif: account cccignorereshare, cccstealth, cccreshare now has
default
value of -1, that means use oscam.conf [cccam] values
------------------------------------------------------------------------
r4968 | Admin | 2011-04-10 13:21:13 +0200 (Sun, 10 Apr 2011) | 1 line
Most of the time, only one iterator is needed at the same time. To save lots of mallocs/frees, a threadspecific/clientspecific iterator is used in these cases. If the clientspecific iterator is already in use, malloc/free is used instead like previously.