mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
src/zapit/src/zapit.cpp fix segfault without services.xml
Origin commit data
------------------
Branch: ni/coolstream
Commit: bc188c66ba
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-03-05 (Sun, 05 Mar 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -515,7 +515,7 @@ bool CZapit::ZapIt(const t_channel_id channel_id, bool forupdate, bool startplay
|
||||
|
||||
if (IS_WEBTV(newchannel->getChannelID()) && !newchannel->getUrl().empty()) {
|
||||
dvbsub_stop();
|
||||
if (current_channel->getChannelID() == newchannel->getChannelID() && !newchannel->getScriptName().empty()){
|
||||
if (current_channel && current_channel->getChannelID() == newchannel->getChannelID() && !newchannel->getScriptName().empty()){
|
||||
INFO("[zapit] stop rezap to channel %s id %" PRIx64 ")", newchannel->getName().c_str(), newchannel->getChannelID());
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user