2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 08:45:23 +00:00

ovs.jsonrpc: Fix static method Session.open() reference to 'self'.

Found by pychecker.
This commit is contained in:
Ben Pfaff
2011-08-24 17:06:37 -07:00
parent b2a5856fef
commit 4071e24db4

View File

@@ -359,7 +359,7 @@ class Session(object):
reconnect.enable(ovs.timeval.msec())
if ovs.stream.PassiveStream.is_valid_name(name):
self.reconnect.set_passive(True, ovs.timeval.msec())
reconnect.set_passive(True, ovs.timeval.msec())
return Session(reconnect, None)