Commit ada52cc9 authored by ibuler's avatar ibuler

Merge branch 'dev' of github.com:jumpserver/coco into dev

parents eb65fae6 01e4eb72
......@@ -124,6 +124,7 @@ class SSHServer:
client.send_unicode(msg)
finally:
connection = Connection.get_connection(client.connection_id)
if connection:
connection.remove_client(client.id)
def shutdown(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment