mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
src/driver/streamts.cpp fix segfault
Origin commit data
------------------
Commit: af7b6d7a98
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
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)) {
|
||||
printf("CStreamManager::Parse: channel %llx recorded, aborting..\n", tmpid);
|
||||
if(CRecordManager::getInstance()->RecordingStatus(chid)) {
|
||||
printf("CStreamManager::Parse: channel %llx recorded, aborting..\n", chid);
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user