Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
e1e21de1
Commit
e1e21de1
authored
Mar 14, 2007
by
Pierangelo Masarati
Browse files
fix search cleanup
parent
2f407fdc
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e1e21de1
...
...
@@ -6,6 +6,7 @@ OpenLDAP 2.3.35 Engineering
Fixed zero-length IA5string handling (ITS#4823)
Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851)
Fixed slapd-ldap/meta consistency in referral proxying (ITS#4861)
Fixed slapd-meta search cleanup
Fixed slapd-meta/slapo-rwm filter mapping
Fixed slapd-sql subtree shortcut (ITS#4856)
Fixed slapo-refint config message (ITS#4853)
...
...
servers/slapd/back-meta/search.c
View file @
e1e21de1
...
...
@@ -303,6 +303,7 @@ down:;
if
(
*
mcp
==
NULL
)
{
retcode
=
META_SEARCH_ERR
;
rs
->
sr_err
=
LDAP_UNAVAILABLE
;
candidates
[
candidate
].
sr_msgid
=
META_MSGID_IGNORE
;
break
;
}
/* fall thru */
...
...
@@ -614,6 +615,7 @@ retry:;
if
(
*
mcp
==
NULL
)
{
retcode
=
META_SEARCH_ERR
;
candidates
[
candidate
].
sr_msgid
=
META_MSGID_IGNORE
;
break
;
}
/* fall thru */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment