diff options
-rw-r--r-- | ryu/services/protocols/ovsdb/client.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ryu/services/protocols/ovsdb/client.py b/ryu/services/protocols/ovsdb/client.py index 68d6e9f3..17806383 100644 --- a/ryu/services/protocols/ovsdb/client.py +++ b/ryu/services/protocols/ovsdb/client.py @@ -82,9 +82,9 @@ def transact_block(request, connection): break connection.run() - connection.wait(poller) - connection.recv_wait(poller) - poller.block() + connection.wait(ovs_poller) + connection.recv_wait(ovs_poller) + ovs_poller.block() hub.sleep(0) |