Changeset 24327
- Timestamp:
- Jun 4, 2009, 3:22:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r24326 r24327 2034 2034 unless (_retry(sub { chmod(0664, $path) })); 2035 2035 2036 # die "can not flush $path: $!"2037 # unless ($fh->flush);2038 2039 2036 die "can not sync $path: $!" 2040 unless ( $fh->sync);2037 unless (_retry(sub { $fh->sync() })); 2041 2038 2042 2039 die "can not close $path: $!"
Note:
See TracChangeset
for help on using the changeset viewer.
