mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
src/driver/streamts.cpp fix segfault
This commit is contained in:
@@ -346,8 +346,8 @@ bool CStreamManager::Parse(int fd, stream_pids_t &pids, t_channel_id &chid)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(CRecordManager::getInstance()->RecordingStatus(tmpid)) {
|
if(CRecordManager::getInstance()->RecordingStatus(chid)) {
|
||||||
printf("CStreamManager::Parse: channel %llx recorded, aborting..\n", tmpid);
|
printf("CStreamManager::Parse: channel %llx recorded, aborting..\n", chid);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user