Subj : src/syncterm/ssh.c To : Git commit to main/sbbs/master From : Deucе Date : Tue Feb 20 2024 05:57 am https://gitlab.synchro.net/main/sbbs/-/commit/c7a09e0f7ce76d9016906c9e Modified Files: src/syncterm/ssh.c Log Message: Move an sftp_state check inside mutex to silence Coverity. There's still outstanding issues in Coverity around sftp_state and sftp_channel that need some deep thought, but this one is trivial. .