https://gitlab.synchro.net/main/sbbs/-/commit/8d6bac8ac86a37ec21c47b07
Modified Files:
src/syncterm/ssh.c telnets.c
Log Message:
Fix stray uifc.pop(NULL) calls in telnets and ssh connect
telnets_connect() had three extra popup pops on the success path:
one premature pop after setsockopt (before the next step pushed),
a double-pop before "Clearing Ownership", and a stray pop at the
end. ssh_connect() had the same stray final pop.
These popped an empty stack, which was harmless but confused the
popup flow. Remove them so the stack cleanly transitions:
Creating Session -> Activating Session -> Clearing Ownership -> done.
Co-Authored-By: Claude Opus 4.6 <
noreply@anthropic.com>
--- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)