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

RE: back-ldap search waits for ANY msgid



See libldap/result.c rev 1.40's log message. When I wrote this code,
waiting for a specific message ID was badly broken. I think it works OK
now though, should be safe to change it.

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

> -----Original Message-----
> From: owner-openldap-devel@OpenLDAP.org
> [mailto:owner-openldap-devel@OpenLDAP.org]On Behalf Of Hallvard B
> Furuseth
 
> Why does back-ldap/search.c:ldap_back_search() wait for a response to
> LDAP_RES_ANY instead of just the message id which it sent with the
> search?  Does that mean it can return the response to the wrong request,
> if the responses arrive in a different order than they were sent?
> 
> -- 
> Hallvard