This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 33b9f56  DISPATCH-1477 - Added missing sasl plugin delete function to 
dispatch.py
33b9f56 is described below

commit 33b9f567316bb538c7dfae155eb0b57c54596482
Author: Ganesh Murthy <[email protected]>
AuthorDate: Mon Nov 11 14:32:54 2019 -0500

    DISPATCH-1477 - Added missing sasl plugin delete function to dispatch.py
---
 python/qpid_dispatch_internal/dispatch.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/qpid_dispatch_internal/dispatch.py 
b/python/qpid_dispatch_internal/dispatch.py
index 8b86dae..b6e5d5f 100644
--- a/python/qpid_dispatch_internal/dispatch.py
+++ b/python/qpid_dispatch_internal/dispatch.py
@@ -71,6 +71,7 @@ class QdDll(ctypes.PyDLL):
         self._prototype(self.qd_connection_manager_delete_listener, None, 
[self.qd_dispatch_p, ctypes.c_void_p])
         self._prototype(self.qd_connection_manager_delete_connector, None, 
[self.qd_dispatch_p, ctypes.c_void_p])
         self._prototype(self.qd_connection_manager_delete_ssl_profile, 
ctypes.c_bool, [self.qd_dispatch_p, ctypes.c_void_p])
+        self._prototype(self.qd_connection_manager_delete_sasl_plugin, 
ctypes.c_bool, [self.qd_dispatch_p, ctypes.c_void_p])
 
         self._prototype(self.qd_dispatch_configure_address, None, 
[self.qd_dispatch_p, py_object])
         self._prototype(self.qd_dispatch_configure_link_route, None, 
[self.qd_dispatch_p, py_object])


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

Reply via email to