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
51fb0947
Commit
51fb0947
authored
May 23, 2000
by
Kurt Zeilenga
Browse files
ITS
#541
: fix log check bug
parent
001061da
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/print.c
View file @
51fb0947
...
...
@@ -26,7 +26,7 @@ static int ldap_log_check( LDAP *ld, int loglvl )
if
(
ld
==
NULL
)
{
errlvl
=
ldap_debug
;
}
else
{
errlvl
=
ld
->
ld_
errno
;
errlvl
=
ld
->
ld_
debug
;
}
return
errlvl
&
loglvl
?
1
:
0
;
...
...
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