You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/07/10 00:11:47 UTC

[07/50] qpid-proton git commit: NO-JIRA: fix syntax in swig file

NO-JIRA: fix syntax in swig file


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

Branch: refs/heads/cjansen-cpp-client
Commit: 69cc9ec8a2afd3d61339a5e5a1175a97722ae02b
Parents: d82cd1a
Author: Ken Giusti <kg...@apache.org>
Authored: Thu Jun 25 15:54:52 2015 -0400
Committer: Ken Giusti <kg...@apache.org>
Committed: Thu Jun 25 15:54: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/69cc9ec8/proton-c/bindings/python/cproton.i
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/cproton.i b/proton-c/bindings/python/cproton.i
index 1eaabec..0ead44d 100644
--- a/proton-c/bindings/python/cproton.i
+++ b/proton-c/bindings/python/cproton.i
@@ -354,7 +354,7 @@ bool pn_ssl_get_protocol_name(pn_ssl_t *ssl, char *OUTPUT, size_t MAX_OUTPUT_SIZ
     return chandler;
   }
 
-  PN_HANDLE(PNI_PYTRACER)
+  PN_HANDLE(PNI_PYTRACER);
 
   void pn_pytracer(pn_transport_t *transport, const char *message) {
     PyObject *pytracer = (PyObject *) pn_record_get(pn_transport_attachments(transport), PNI_PYTRACER);


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