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
4bc19cbb
Commit
4bc19cbb
authored
Aug 16, 2007
by
Pierangelo Masarati
Browse files
cleanup tools
parent
c727d5ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
clients/tools/common.c
View file @
4bc19cbb
...
...
@@ -1238,7 +1238,7 @@ tool_bind( LDAP *ld )
rc
=
ldap_parse_result
(
ld
,
result
,
&
err
,
&
matched
,
&
info
,
&
refs
,
&
ctrls
,
1
);
if
(
rc
!=
LDAP_SUCCESS
)
{
tool_perror
(
"ldap_bind parse result"
,
rc
,
NULL
,
NULL
,
NULL
,
NULL
);
tool_perror
(
"ldap_bind parse result"
,
rc
,
NULL
,
matched
,
info
,
refs
);
exit
(
LDAP_LOCAL_ERROR
);
}
...
...
include/ldap_pvt.h
View file @
4bc19cbb
...
...
@@ -57,6 +57,10 @@ ldap_url_parse_ext LDAP_P((
struct
ldap_url_desc
**
ludpp
,
unsigned
flags
));
LDAP_F
(
int
)
ldap_url_parselist
LDAP_P
((
/* deprecated, use ldap_url_parselist_ext() */
struct
ldap_url_desc
**
ludlist
,
const
char
*
url
));
LDAP_F
(
int
)
ldap_url_parselist_ext
LDAP_P
((
struct
ldap_url_desc
**
ludlist
,
const
char
*
url
,
...
...
libraries/libldap/ldap-int.h
View file @
4bc19cbb
...
...
@@ -599,10 +599,6 @@ LDAP_F (LDAPURLDesc *) ldap_url_dup LDAP_P((
LDAP_F
(
LDAPURLDesc
*
)
ldap_url_duplist
LDAP_P
((
LDAPURLDesc
*
ludlist
));
LDAP_F
(
int
)
ldap_url_parselist
LDAP_P
((
LDAPURLDesc
**
ludlist
,
const
char
*
url
));
LDAP_F
(
int
)
ldap_url_parsehosts
LDAP_P
((
LDAPURLDesc
**
ludlist
,
const
char
*
hosts
,
...
...
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