[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#3596) PATCH for openldap-2.3.1alpha: fix slapd hangs problem under syncrepl



hai.zhao@gmail.com wrote:

>Sorry for last patch. There was an error in it. 
>
>This line
>+      if ( op->o_callback && ( rc != SLAP_CB_CONTINUE ) ) {
>
>should be:
>+      if ( op->o_callback && ( rc != LDAP_UNWILLING_TO_PERFORM ) ) {
>
>New patch has been uploaded to:
>ftp://ftp.openldap.org/incoming/wayne-050312_fix.patch
>  
>
Thanks for the bug report. The actual comparison should be "rc == 
LDAP_UNWILLING_TO_PERFORM" but anyway, this is now fixed in CVS HEAD.

-- 
  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support