summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python')
-rwxr-xr-xqpid/python/commands/qpid-route2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/commands/qpid-route b/qpid/python/commands/qpid-route
index 4dadcd543b..8077e95278 100755
--- a/qpid/python/commands/qpid-route
+++ b/qpid/python/commands/qpid-route
@@ -150,7 +150,7 @@ class RouteManager:
if _verbose:
print "Creating inter-broker binding..."
- res = link.bridge(_durable, exchange, exchange, routingKey, tag, excludes, 0, 0)
+ res = link.bridge(_durable, exchange, exchange, routingKey, tag, excludes, False, False, False)
if res.status == 4:
raise Exception("Can't create a durable route on a non-durable link")
if _verbose: