IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2009, 3:22:42 PM (17 years ago)
Author:
jhoblitt
Message:

retry calls to ->sync()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r24326 r24327  
    20342034        unless (_retry(sub { chmod(0664, $path) }));
    20352035
    2036 #    die "can not flush $path: $!"
    2037 #        unless ($fh->flush);
    2038 
    20392036    die "can not sync $path: $!"
    2040         unless ($fh->sync);
     2037        unless (_retry(sub { $fh->sync() }));
    20412038
    20422039    die "can not close $path: $!"
Note: See TracChangeset for help on using the changeset viewer.