Skip to content

Commit

Permalink
Passed timeout to post_connect
Browse files Browse the repository at this point in the history
  • Loading branch information
GerriorL committed Sep 9, 2022
1 parent 864d3f7 commit 6df34fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncclient/transport/ssh.py
Expand Up @@ -401,7 +401,7 @@ def connect(
if not handle_exception:
continue
self._channel_name = self._channel.get_name()
self._post_connect()
self._post_connect(timeout)
# for further upcoming RPC responses, vendor can chose their
# choice of parser. Say DOM or SAX
self.parser = self._device_handler.get_xml_parser(self)
Expand Down

0 comments on commit 6df34fa

Please sign in to comment.