Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
8f5fa958
Commit
8f5fa958
authored
Aug 10, 2007
by
Gavin Henry
Browse files
Debug messages cleaned up (ITS#5085)
parent
9220b80e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8f5fa958
...
...
@@ -17,6 +17,7 @@ OpenLDAP 2.3.38 Engineering
Fixed macro definition of open() in glibc 2.6 (ITS#5075)
Documentation
aspell --lang=en_US -c <manpage> (ITS#5076)
Debug messages cleaned up (ITS#5085)
OpenLDAP 2.3.37 Release (2007/07/20)
Fixed slapd-glue/syncprov interaction (ITS#4623)
...
...
servers/slapd/overlays/translucent.c
View file @
8f5fa958
...
...
@@ -686,7 +686,7 @@ static int translucent_db_init(BackendDB *be) {
overlay_stack
*
ov
;
int
rc
;
Debug
(
LDAP_DEBUG_TRACE
,
"==> translucent_init
\n
"
,
0
,
0
,
0
);
Debug
(
LDAP_DEBUG_TRACE
,
"==> translucent_
db_
init
\n
"
,
0
,
0
,
0
);
ov
=
ch_calloc
(
1
,
sizeof
(
overlay_stack
));
ov
->
config
=
ch_calloc
(
1
,
sizeof
(
translucent_configuration
));
...
...
@@ -726,11 +726,11 @@ static int translucent_db_open(BackendDB *be) {
/* "should never happen" */
if
(
!
ov
->
info
)
{
Debug
(
LDAP_DEBUG_ANY
,
"translucent_open() called with bad ov->info
\n
"
,
0
,
0
,
0
);
Debug
(
LDAP_DEBUG_ANY
,
"translucent_
db_
open() called with bad ov->info
\n
"
,
0
,
0
,
0
);
return
(
LDAP_OTHER
);
}
Debug
(
LDAP_DEBUG_TRACE
,
"translucent_open
\n
"
,
0
,
0
,
0
);
Debug
(
LDAP_DEBUG_TRACE
,
"translucent_
db_
open
\n
"
,
0
,
0
,
0
);
be
->
be_private
=
ov
->
private
;
rc
=
ov
->
info
->
bi_db_open
?
ov
->
info
->
bi_db_open
(
be
)
:
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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