From 57f0e85f6ccbe64904414fb6ede859dcc8acdc5b Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 24 Jan 2001 22:45:40 +0000 Subject: make sure to add the lengths here (include the \0? anyone?). 2001-01-24 Chris Toshok * backend/pas/pas-backend-ldap.c (email_ber_func): make sure to add the lengths here (include the \0? anyone?). (build_mods_from_ecards): if we're filling in mod->mod_bvalues, set mod_op |= LDAP_MOD_BVALUES. svn path=/trunk/; revision=7791 --- addressbook/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 890e170f19..439eb34874 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2001-01-24 Chris Toshok + + * backend/pas/pas-backend-ldap.c (email_ber_func): make sure to + add the lengths here (include the \0? anyone?). + (build_mods_from_ecards): if we're filling in mod->mod_bvalues, + set mod_op |= LDAP_MOD_BVALUES. + 2001-01-23 Jason Leach (Fix #1225: advanced search cancel/close) -- cgit