Subj : exec/binkit.js To : Git commit to sbbs/master From : Rob Swindell Date : Sun Oct 11 2020 02:40 pm https://gitlab.synchro.net/sbbs/sbbs/-/commit/f7be68017ddc14c12e7646bc Modified Files: exec/binkit.js Log Message: Fix race condition in add_outbound_files() causing "Unable to open FLO file". The directory list is catpured *before* the lock file is "taken", so it can happen that another process (e.g. instance of binkit) has dealt with one or more of the files by the time we take the lock and attempt to open the file. Also, updated error log messages a bit. .