summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-12-06 14:19:30 +0000
committerJonathan Robie <jonathan@apache.org>2010-12-06 14:19:30 +0000
commitfbc6acf1626808c80f215280a364571148fc3438 (patch)
treef72e49beb9d8534ddbf9b859d0ac2a149c9f0464 /tools
parent1ed31ae9457c2db9ea8252746a52ccf6488182b7 (diff)
downloadqpid-python-fbc6acf1626808c80f215280a364571148fc3438.tar.gz
Fixes problem with unbound _args variable in bind.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1042655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rwxr-xr-xtools/src/py/qpid-config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/src/py/qpid-config b/tools/src/py/qpid-config
index 9d85fcd47d..2899f954f9 100755
--- a/tools/src/py/qpid-config
+++ b/tools/src/py/qpid-config
@@ -319,6 +319,7 @@ class BrokerManager:
# map containing key/value pairs. if neither of those, extra
# args are ignored.
ok = True
+ _args = None
if res.type == "xml":
# this checks/imports the -f arg
[ok, xquery] = snarf_xquery_args()