Changeset [7452]: cacheex: fixed wrong cccam cacheex stats nodeid
Code:
Changeset [7451]: cacheex: fixed high load
Changeset [7450]: cacheex: fixed a camd35 issue
Changeset [7449]: fixed last commit when compiling without cacheex
Changeset [7448]: cacheex: reconnect timeout now valid cacheex: cacheex-stats with ip
Changeset [7447]: cacheex: another fix for the queue problem
Changeset [7446]:
camd33: Silence some annoying warnings.
Thats what I get for not compiling the disabled module after changing it. This patch fixes:
module-camd33.c: In function 'camd33_auth_client': module-camd33.c:89:5: warning: pointer targets in passing argument 1 of 'streq' differ in signedness [-Wpointer-sign] In file included from globals.h:1763:0,
from module-camd33.c:1:
global-functions.h:417:12: note: expected 'const char *' but argument is of type 'uchar *' module-camd33.c:89:5: warning: pointer targets in passing argument 1 of 'streq' differ in signedness [-Wpointer-sign] In file included from globals.h:1763:0,
from module-camd33.c:1:
global-functions.h:417:12: note: expected 'const char *' but argument is of type 'uchar *'
No binary changes.
Changeset [7445]:
Fallback to IPv6 if setting up IPv6 listener fails.
Patch by manio and another fix for Ticket #2721.