diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-12-06 14:19:30 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-12-06 14:19:30 +0000 |
| commit | e2898878eb4b00bdf0dcefd017412612d012f0a0 (patch) | |
| tree | ba54a34c7bce10676cde3bf0adb72d44a432a255 /qpid | |
| parent | 125d32430ed96e896fa429b26f0d7b443dc3f791 (diff) | |
| download | qpid-python-e2898878eb4b00bdf0dcefd017412612d012f0a0.tar.gz | |
Fixes problem with unbound _args variable in bind.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1042655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
| -rwxr-xr-x | qpid/tools/src/py/qpid-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/tools/src/py/qpid-config b/qpid/tools/src/py/qpid-config index 9d85fcd47d..2899f954f9 100755 --- a/qpid/tools/src/py/qpid-config +++ b/qpid/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() |
