summaryrefslogtreecommitdiff
path: root/tools/src
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src')
-rwxr-xr-xtools/src/py/qpid-route2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/py/qpid-route b/tools/src/py/qpid-route
index 64a22c0614..ceb0c6313e 100755
--- a/tools/src/py/qpid-route
+++ b/tools/src/py/qpid-route
@@ -325,7 +325,7 @@ class RouteManager:
res = link.close()
if res.status != 0:
raise Exception("Error closing link: %d - %s" % (res.status, res.text))
- sys.exit(0)
+ return
if not _quiet:
raise Exception("Route not found")