You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2011/03/25 14:08:08 UTC

svn commit: r1085355 - /qpid/branches/0.10/qpid/tools/src/py/qpid-route

Author: kgiusti
Date: Fri Mar 25 13:08:08 2011
New Revision: 1085355

URL: http://svn.apache.org/viewvc?rev=1085355&view=rev
Log:
QPID-3169: merge fix to 0.10 branch

Modified:
    qpid/branches/0.10/qpid/tools/src/py/qpid-route

Modified: qpid/branches/0.10/qpid/tools/src/py/qpid-route
URL: http://svn.apache.org/viewvc/qpid/branches/0.10/qpid/tools/src/py/qpid-route?rev=1085355&r1=1085354&r2=1085355&view=diff
==============================================================================
--- qpid/branches/0.10/qpid/tools/src/py/qpid-route (original)
+++ qpid/branches/0.10/qpid/tools/src/py/qpid-route Fri Mar 25 13:08:08 2011
@@ -580,6 +580,9 @@ def main(argv=None):
             else:
                 Usage()
                 return(-1)
+        else:
+            Usage()
+            return(-1)
 
     except Exception,e:
         if rm:



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org