From 352a8d94986f4387ecb1e81abfa0eb2f0c7bb543 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 13 Jan 2023 04:22:43 -0800 Subject: Fix client crashing bug on pty exit --- pkcli_stub.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pkcli_stub.py') 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: -- cgit v1.2.3