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
openldap
OpenLDAP
Commits
3d0ffa1d
Commit
3d0ffa1d
authored
Apr 02, 2003
by
Howard Chu
Browse files
Fix typos in prev commit
parent
c4382a2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/bind.c
View file @
3d0ffa1d
...
...
@@ -97,7 +97,7 @@ ldap_back_bind(
return
(
-
1
);
}
#else
/* !ENABLE_REWRITE */
ldap_back_dn_massage
(
li
,
&
op
->
o_req_dn
&
mdn
,
0
,
1
);
ldap_back_dn_massage
(
li
,
&
op
->
o_req_dn
,
&
mdn
,
0
,
1
);
#endif
/* !ENABLE_REWRITE */
if
(
lc
->
bound_dn
.
bv_val
)
{
...
...
servers/slapd/back-ldap/search.c
View file @
3d0ffa1d
...
...
@@ -174,7 +174,7 @@ ldap_back_search(
}
#else
/* !ENABLE_REWRITE */
ldap_back_dn_massage
(
li
,
&
op
->
o
q
_req_dn
&
mbase
,
0
,
1
);
ldap_back_dn_massage
(
li
,
&
op
->
o_req_dn
,
&
mbase
,
0
,
1
);
#endif
/* !ENABLE_REWRITE */
#ifdef ENABLE_REWRITE
...
...
Write
Preview
Supports
Markdown
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