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

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



Oh my god, I differed the wrong file! ^_^  


On Sun, 13 Mar 2005 16:58:08 -0800, Howard Chu <hyc@symas.com> wrote:
> 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
> 
>