Author: rhs
Date: Thu Oct 18 15:38:23 2012
New Revision: 1399700

URL: http://svn.apache.org/viewvc?rev=1399700&view=rev
Log:
fixed bug in shim

Modified:
    qpid/proton/trunk/proton-j/src/main/scripts/proton.py

Modified: qpid/proton/trunk/proton-j/src/main/scripts/proton.py
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/scripts/proton.py?rev=1399700&r1=1399699&r2=1399700&view=diff
==============================================================================
--- qpid/proton/trunk/proton-j/src/main/scripts/proton.py (original)
+++ qpid/proton/trunk/proton-j/src/main/scripts/proton.py Thu Oct 18 15:38:23 
2012
@@ -228,7 +228,7 @@ class Link(Endpoint):
     return self.impl.getQueued()
 
   def next(self, mask):
-    return self.impl.next(*self._enums(mask))
+    return wrap_link(self.impl.next(*self._enums(mask)))
 
 class DataDummy:
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to