Subj : src/sbbs3/sftp.cpp To : Git commit to main/sbbs/master From : Deucе Date : Thu Feb 29 2024 09:53 am https://gitlab.synchro.net/main/sbbs/-/commit/d07ece63c19f607fdbaedf9b Modified Files: src/sbbs3/sftp.cpp Log Message: Allow init_sftp() to safely be called twice. This prevents the case where input_thread() accepts the sftp connection and calls init_sftp(), then answer() does the same thing, clobbering the previous state. .