mirror of
https://github.com/romanz/amodem.git
synced 2026-03-29 14:59:02 +08:00
fix: provide buf argument to unsupported_extension function
This commit is contained in:
@@ -167,6 +167,6 @@ class Handler:
|
||||
return util.frame(code, data)
|
||||
|
||||
|
||||
def _unsupported_extension():
|
||||
def _unsupported_extension(buf):
|
||||
code = util.pack('B', msg_code('SSH_AGENT_EXTENSION_FAILURE'))
|
||||
return util.frame(code)
|
||||
|
||||
Reference in New Issue
Block a user