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
00a5815c
Commit
00a5815c
authored
Feb 11, 2021
by
Howard Chu
Browse files
ITS#9465 remove assert in ldap_get_option()
Since it's already checked for error
parent
94a1ab25
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/options.c
View file @
00a5815c
...
...
@@ -110,8 +110,6 @@ ldap_get_option(
}
if
(
ld
!=
NULL
)
{
assert
(
LDAP_VALID
(
ld
)
);
if
(
!
LDAP_VALID
(
ld
)
)
{
return
LDAP_OPT_ERROR
;
}
...
...
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