From 1fbf46701893fe9e6756838b7b288318caa8b3fd Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 23 Jan 2003 21:15:33 +0000 Subject: fix for bug 34883 broke ssl transactions (at least those where we were 2003-01-23 Chris Toshok * backend/pas/pas-backend-ldap.c (pas_backend_ldap_connect): fix for bug 34883 broke ssl transactions (at least those where we were connecting to port 636). Move it to after the SSL stanza. svn path=/trunk/; revision=19598 --- addressbook/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 79d8108b9c..7eb77f55b6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2003-01-23 Chris Toshok + + * backend/pas/pas-backend-ldap.c (pas_backend_ldap_connect): fix + for bug 34883 broke ssl transactions (at least those where we were + connecting to port 636). Move it to after the SSL stanza. + 2003-01-23 Ettore Perazzoli * gui/component/select-names/Makefile.am (componentdir): Remove -- cgit