summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2013-09-27 17:31:48 +0000
committerTed Ross <tross@apache.org>2013-09-27 17:31:48 +0000
commit9caee3b9c698a6870494f478455579404be1ea45 (patch)
tree5cd5781b00beb8ba594a26043ed98d51a98dd4e7 /qpid/extras/dispatch/python
parent5f0332f81c14ef6cb8915df3fb5bf50ddf1405c9 (diff)
downloadqpid-python-9caee3b9c698a6870494f478455579404be1ea45.tar.gz
QPID-5045 - Added connection-resident shared state for links to associate links on a connection.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526988 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch/python')
-rw-r--r--qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py b/qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py
index 82f51184a9..6fde822444 100644
--- a/qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py
+++ b/qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py
@@ -281,4 +281,4 @@ class RouterEngine:
def node_updated(self, address, reachable, neighbor, link_bit, router_bit):
self.log(LOG_DEBUG, "Event: node_updated: address=%s, reachable=%r, neighbor=%r, link_bit=%d, router_bit=%d" % \
(address, reachable, neighbor, link_bit, router_bit))
- self.router_adapter.node_updataed(address, reachable, neighbor, link_bit, router_bit)
+ self.router_adapter.node_updated(address, reachable, neighbor, link_bit, router_bit)