file_is_locked: return true when flock() is undefined

master
Andrew Dolgov 17 years ago
parent 621ffb007a
commit c1fb4a5e20

@ -1957,7 +1957,7 @@
return true; return true;
} }
} }
return false; return true; // consider the file always locked and skip the test
} }
function make_lockfile($filename) { function make_lockfile($filename) {

Loading…
Cancel
Save