[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#7076) Duplicate result messages on entry/searchref error
Full_Name: Hallvard B Furuseth
Version: all
OS:
URL:
Submission from: (NULL) (193.71.61.60)
Submitted by: hallvard
If slap_send_search_entry() or slap_send_search_reference()
fail, the client receives two responses. These functions
should not send_ldap_error(). Their caller does that.
Only tested with slap_send_search_entry(), by replacing the
first 'if ( rc == -1 )' with 'if ( 1 )'.