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/cjansen-cpp-client
Commit: d82cd1a0e4dc6a6bb04480b77df743ba1ecf40e9
Parents: a2a4026
Author: Ken Giusti <kgiu...@apache.org>
Authored: Thu Jun 25 13:38:33 2015 -0400
Committer: Ken Giusti <kgiu...@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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to