]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix 519ec96 (capmt: network mode: fix a crash when oscam is restarted)
authorMariusz Bialonczyk <manio@skyboo.net>
Sat, 24 Jan 2015 13:06:27 +0000 (14:06 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 24 Jan 2015 13:56:34 +0000 (14:56 +0100)
commit6a27c4ccabd08ea2fb2d85d2cc12cb51dc97a80e
tree7f7ebf1cdbba0093ea342e311876d5393d705d70
parent3feccf34b5e926836774832df104fbb59b471326
Fix 519ec96 (capmt: network mode: fix a crash when oscam is restarted)

When there was a further subscribing requests, the queued greeting could
be queued not as the first position in the queue, leading to problems
when subscribing the channel.
Now requesting to flush the queue in capmt_notify_server() to be sure
that the greeting go out to OSCam as a first command.
src/descrambler/capmt.c