Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 346801
Collapse All | Expand All

(-)nextPhredPipeline.cpp.ori (-1 / +1 lines)
Lines 476-482 Link Here
476
void nextPhredPipeline :: openAndLockControlFile() {
476
void nextPhredPipeline :: openAndLockControlFile() {
477
477
478
478
479
   nFDControlFile_ = open( filControlFile_.data(), O_CREAT |O_RDWR );
479
   nFDControlFile_ = open( filControlFile_.data(), O_CREAT |O_RDWR, 0600 );
480
   if ( nFDControlFile_ == -1 ) {
480
   if ( nFDControlFile_ == -1 ) {
481
      THROW_FILE_ERROR( filControlFile_ );
481
      THROW_FILE_ERROR( filControlFile_ );
482
   }
482
   }

Return to bug 346801