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 2015/06/25 21:52:20 UTC

qpid-proton git commit: NO-JIRA: fix ignore directive

Repository: qpid-proton
Updated Branches:
  refs/heads/master a2a4026c0 -> d82cd1a0e


NO-JIRA: fix ignore directive


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d82cd1a0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d82cd1a0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/d82cd1a0

Branch: refs/heads/master
Commit: d82cd1a0e4dc6a6bb04480b77df743ba1ecf40e9
Parents: a2a4026
Author: Ken Giusti <kg...@apache.org>
Authored: Thu Jun 25 13:38:33 2015 -0400
Committer: Ken Giusti <kg...@apache.org>
Committed: Thu Jun 25 15:47:52 2015 -0400

----------------------------------------------------------------------
 proton-c/bindings/python/cproton.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d82cd1a0/proton-c/bindings/python/cproton.i
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/cproton.i b/proton-c/bindings/python/cproton.i
index 80f679c..1eaabec 100644
--- a/proton-c/bindings/python/cproton.i
+++ b/proton-c/bindings/python/cproton.i
@@ -134,7 +134,7 @@ int pn_message_encode(pn_message_t *msg, char *BIN_OUT, size_t *BIN_SIZE);
 %ignore pn_message_encode;
 
 int pn_message_decode(pn_message_t *msg, const char *BIN_IN, size_t BIN_LEN);
-%ignore pn_message_encode;
+%ignore pn_message_decode;
 
 ssize_t pn_link_send(pn_link_t *transport, const char *BIN_IN, size_t BIN_LEN);
 %ignore pn_link_send;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org