Skip to content

Commit

Permalink
Fixed #156.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Dec 5, 2024
1 parent 72cb35f commit 7be100d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pysnmp/hlapi/v1arch/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ def send_pdu(
):
self.transport_dispatcher.register_transport(
transportTarget.TRANSPORT_DOMAIN,
transportTarget.PROTO_TRANSPORT().open_client_mode(),
transportTarget.PROTO_TRANSPORT().open_client_mode(
transportTarget.iface
),
)
self._configuredTransports.add(transportTarget.TRANSPORT_DOMAIN)

Expand Down

0 comments on commit 7be100d

Please sign in to comment.