IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

disable the use of ->flush()

File:
1 edited

Legend:

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

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