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);