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
orbea -
OpenLDAP
Commits
ffbad797
Commit
ffbad797
authored
May 12, 2011
by
Hallvard Furuseth
Browse files
Fix typo in ldap_int_client_controls() comment
parent
b1646fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/controls.c
View file @
ffbad797
...
...
@@ -533,7 +533,7 @@ int ldap_int_client_controls( LDAP *ld, LDAPControl **ctrls )
assert
(
LDAP_VALID
(
ld
)
);
if
(
ctrls
==
NULL
)
{
/* use default
server
controls */
/* use default
client
controls */
ctrls
=
ld
->
ld_cctrls
;
}
...
...
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