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:
@@ -369,7 +369,9 @@ void MainObject::RunUpload(CatchEvent *evt)
|
||||
(const char *)evt->tempName().toUtf8());
|
||||
}
|
||||
else {
|
||||
chown(evt->tempName().toUtf8(),rda->config()->uid(),rda->config()->gid());
|
||||
RDCheckExitCode("batch.cpp chown",chown(evt->tempName().toUtf8(),
|
||||
rda->config()->uid(),
|
||||
rda->config()->gid()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user