Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
dd2afd3e
Commit
dd2afd3e
authored
Nov 16, 2005
by
Pierangelo Masarati
Browse files
refine previous commit...
parent
917b77ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/search.c
View file @
dd2afd3e
...
...
@@ -155,7 +155,8 @@ ldap_back_search(
int
freetext
=
0
;
int
do_retry
=
1
;
LDAPControl
**
ctrls
=
NULL
;
char
*
save_matched
=
rs
->
sr_matched
;
/* FIXME: shouldn't this be null? */
const
char
*
save_matched
=
rs
->
sr_matched
;
lc
=
ldap_back_getconn
(
op
,
rs
,
LDAP_BACK_SENDERR
);
if
(
!
lc
||
!
ldap_back_dobind
(
lc
,
op
,
rs
,
LDAP_BACK_SENDERR
)
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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