mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in rdcatchd(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2341,8 +2341,9 @@ void MainObject::CheckInRecording(QString cutname,CatchEvent *evt,
|
||||
cart->updateLength();
|
||||
delete cart;
|
||||
delete cut;
|
||||
chown(RDCut::pathName(cutname).toUtf8(),rda->config()->uid(),
|
||||
rda->config()->gid());
|
||||
RDCheckExitCode("rdcatchd.cpp chown",chown(RDCut::pathName(cutname).toUtf8(),
|
||||
rda->config()->uid(),
|
||||
rda->config()->gid()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user