Repository: qpid-proton Updated Branches: refs/heads/master 1781b4e99 -> df970a8fd
NO-JIRA: Add missing transaction.xml query to proton-c/src/protocol.py Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/df970a8f Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/df970a8f Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/df970a8f Branch: refs/heads/master Commit: df970a8fd3f52228c2f863f79972c19b320474ec Parents: 1781b4e Author: Alan Conway <[email protected]> Authored: Thu Nov 27 15:01:14 2014 -0500 Committer: Alan Conway <[email protected]> Committed: Thu Nov 27 15:01:14 2014 -0500 ---------------------------------------------------------------------- proton-c/src/protocol.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/df970a8f/proton-c/src/protocol.py ---------------------------------------------------------------------- diff --git a/proton-c/src/protocol.py b/proton-c/src/protocol.py index 685e63b..bc8aaf4 100644 --- a/proton-c/src/protocol.py +++ b/proton-c/src/protocol.py @@ -35,7 +35,8 @@ RESTRICTIONS = {} COMPOSITES = {} for type in doc.query["amqp/section/type"] + mdoc.query["amqp/section/type"] + \ - sdoc.query["amqp/section/type"]: + sdoc.query["amqp/section/type"] + tdoc.query["amqp/section/type"]:: + source = type["@source"] if source: RESTRICTIONS[type["@name"]] = source --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
