2019-11-27 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdcatchd(8) that could cause download
	events to hang in an active state.
This commit is contained in:
Fred Gleason 2019-11-27 13:52:02 -05:00
parent e8754d8377
commit ad91e5be2b
2 changed files with 4 additions and 0 deletions

View File

@ -19276,3 +19276,6 @@
in the 'Edit Recording' dialog to fail to be populated properly.
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatchd(8) that broke audio metering.
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatchd(8) that could cause download
events to hang in an active state.

View File

@ -237,6 +237,7 @@ void MainObject::RunDownload(CatchEvent *evt)
rda->syslog(LOG_INFO,"deleting file %s, id=%d",
(const char *)evt->tempName().toUtf8(),evt->id());
unlink(evt->tempName());
catch_connect->setExitCode(evt->id(),RDRecording::Ok,"OK");
}
void MainObject::RunUpload(CatchEvent *evt)