From fbc6acf1626808c80f215280a364571148fc3438 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Mon, 6 Dec 2010 14:19:30 +0000 Subject: 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 --- tools/src/py/qpid-config | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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() -- cgit v1.2.1