From f9d1fda8332d409baee8d4b69034da6ff1828efc Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 16 Mar 2010 13:34:14 +0000 Subject: [PATCH] Monotone-Parent: 9bd966b224328d78fb14df7e0b5cca2b4e4e4bfb Monotone-Revision: a50a00c29b39452223260cb5d3ac233446726285 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-16T13:34:14 Monotone-Branch: ca.inverse.sogo --- SOPE/sope-patchset-r1664.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOPE/sope-patchset-r1664.diff b/SOPE/sope-patchset-r1664.diff index 541daf317..9c276ab7c 100644 --- a/SOPE/sope-patchset-r1664.diff +++ b/SOPE/sope-patchset-r1664.diff @@ -97,7 +97,7 @@ Index: sope-ldap/NGLdap/NGLdapConnection.m + // policy control + if (ctrls) + { -+ ctrl = ldap_control_find(LDAP_CONTROL_PASSWORDPOLICYRESPONSE, ctrls, NULL); ++ ctrl = ldap_find_control(LDAP_CONTROL_PASSWORDPOLICYRESPONSE, ctrls); + if (ctrl) + { + rc = ldap_parse_passwordpolicy_control(self->handle, ctrl, _expire, _grace, _perr);