mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user