-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes node spying, which has been broken for some time now: * Fix deadlock created by double lock (instead of lock/unlock). This regression was introduced in commit 70ec483. * Don't cause the PTY master thread to abort when a remote sysop console spying on a node disconnects. Instead, just continue looping. This has likely been broken since the PTY code was first written. * Disable logging to STDOUT for a sysop console before spying, to avoid logging interfering with the spy session. mod_sysop will restore this logging after spying ends, if applicable.
- Loading branch information
1 parent
c7201ae
commit b791987
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters