Author: kgiusti
Date: Tue Sep 18 13:08:47 2012
New Revision: 1387130
URL: http://svn.apache.org/viewvc?rev=1387130&view=rev
Log:
checkpoint
Modified:
qpid/proton/branches/driver_abstraction/examples/mailbox/post
Modified: qpid/proton/branches/driver_abstraction/examples/mailbox/post
URL:
http://svn.apache.org/viewvc/qpid/proton/branches/driver_abstraction/examples/mailbox/post?rev=1387130&r1=1387129&r2=1387130&view=diff
==============================================================================
--- qpid/proton/branches/driver_abstraction/examples/mailbox/post (original)
+++ qpid/proton/branches/driver_abstraction/examples/mailbox/post Tue Sep 18
13:08:47 2012
@@ -88,7 +88,7 @@ class PostClient(object):
if self.ca_database:
self.log("Using SSL, CA database = %s" % self.ca_database)
- ssl_client = pn_ssl_client(self.cxtr)
+ ssl_client = pn_connector_ssl(self.cxtr)
assert(ssl_client)
rc = pn_ssl_set_trusted_ca_db(ssl_client, self.ca_database)
assert(rc == 0)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]