Skip to content

Commit 29d7bf4

Browse files
committed
Clearly our agent stuff is not fully tested yet...
1 parent 5fcb8da commit 29d7bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paramiko/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def __init__(self):
390390
conn = get_agent_connection()
391391
if not conn:
392392
return
393-
self._connect()
393+
self._connect(conn)
394394

395395
def close(self):
396396
"""

0 commit comments

Comments
 (0)