summaryrefslogtreecommitdiff
path: root/sshagent.py
diff options
context:
space:
mode:
Diffstat (limited to 'sshagent.py')
-rw-r--r--sshagent.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshagent.py b/sshagent.py
index 32dc2f4..8c310f4 100644
--- a/sshagent.py
+++ b/sshagent.py
@@ -75,6 +75,6 @@ class SSHAgent(object):
75 75
76 _, remainder = unpack_int(response[1:]) 76 _, remainder = unpack_int(response[1:])
77 _, remainder = unpack_string(remainder) 77 _, remainder = unpack_string(remainder)
78 response, _ = unpack_mp_int(remainder) 78 response, _ = unpack_string(remainder)
79 79
80 return int_to_bytes(response) 80 return response