Return-Path: Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: (qmail 41133 invoked from network); 6 Dec 2010 14:19:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Dec 2010 14:19:55 -0000 Received: (qmail 11523 invoked by uid 500); 6 Dec 2010 14:19:53 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 11032 invoked by uid 500); 6 Dec 2010 14:19:52 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 11010 invoked by uid 99); 6 Dec 2010 14:19:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 14:19:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 14:19:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 467362388994; Mon, 6 Dec 2010 14:19:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1042655 - /qpid/trunk/qpid/tools/src/py/qpid-config Date: Mon, 06 Dec 2010 14:19:31 -0000 To: commits@qpid.apache.org From: jonathan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101206141931.467362388994@eris.apache.org> Author: jonathan Date: Mon Dec 6 14:19:30 2010 New Revision: 1042655 URL: http://svn.apache.org/viewvc?rev=1042655&view=rev Log: Fixes problem with unbound _args variable in bind. Modified: qpid/trunk/qpid/tools/src/py/qpid-config Modified: qpid/trunk/qpid/tools/src/py/qpid-config URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/tools/src/py/qpid-config?rev=1042655&r1=1042654&r2=1042655&view=diff ============================================================================== --- qpid/trunk/qpid/tools/src/py/qpid-config (original) +++ qpid/trunk/qpid/tools/src/py/qpid-config Mon Dec 6 14:19:30 2010 @@ -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() --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscribe@qpid.apache.org