diff options
| author | Carson Fleming <cflems@cflems.net> | 2023-01-13 04:22:43 -0800 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2023-01-13 04:22:43 -0800 |
| commit | 352a8d94986f4387ecb1e81abfa0eb2f0c7bb543 (patch) | |
| tree | b531160fb654342d1f0d3d6b3f3d86a04b23c4e3 /pkcli_stub.py | |
| parent | 9a9c7ff09bbcf3ff5a7d8913ff00a25a2b7e0dc4 (diff) | |
| download | pk-352a8d94986f4387ecb1e81abfa0eb2f0c7bb543.tar.gz | |
Fix client crashing bug on pty exit
Diffstat (limited to 'pkcli_stub.py')
| -rw-r--r-- | pkcli_stub.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkcli_stub.py b/pkcli_stub.py index 1644718..8494f1a 100644 --- a/pkcli_stub.py +++ b/pkcli_stub.py @@ -192,7 +192,6 @@ def work(h_addr, port, privkey, bits): if not run_pty(sock, screen_is, screen_os): return True screen_os.send(b'\xc0\xdenpty') - assert(screen_is.recv() == b'\xc0\xdeflush') # TODO: this comes on time but the process zombifies after for some reason continue else: |
