return if we fail
This commit is contained in:
parent
d30a521136
commit
fc7705205e
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ dvb_muxfile_add(const char *fname)
|
|||
if(fp == NULL) {
|
||||
syslog(LOG_ERR, "dvb: Unable to open file %s -- %s",
|
||||
fname, strerror(errno));
|
||||
return;
|
||||
}
|
||||
|
||||
while(!feof(fp)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue