From: Adam Sutton Date: Wed, 28 Nov 2012 19:46:27 +0000 (+0000) Subject: [PR-54] fix mistake in merging of the old PR code. X-Git-Tag: v3.5~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1cb274c09a8d0c55e9263fc93abf1c45e35aa31;p=thirdparty%2Ftvheadend.git [PR-54] fix mistake in merging of the old PR code. --- diff --git a/src/cwc.c b/src/cwc.c index b90cc8fe4..79c074526 100644 --- a/src/cwc.c +++ b/src/cwc.c @@ -2170,7 +2170,7 @@ cwc_service_start(service_t *t) #endif ct->cs_cwc = cwc; ct->cs_service = t; - ct->cs_okchannel = -1; + ct->cs_okchannel = -3; td = &ct->cs_head; td->td_stop = cwc_service_destroy;