fix: provide buf argument to unsupported_extension function

This commit is contained in:
afreakk
2022-05-22 14:09:40 +02:00
parent 5832d4a67b
commit 54e670c7ee

View File

@@ -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)