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
Nadezhda Ivanova
OpenLDAP
Commits
24a965ef
Commit
24a965ef
authored
Mar 06, 2003
by
Kurt Zeilenga
Browse files
Fix logging error
parent
30be0c22
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/init.c
View file @
24a965ef
...
@@ -160,10 +160,10 @@ bdb_db_open( BackendDB *be )
...
@@ -160,10 +160,10 @@ bdb_db_open( BackendDB *be )
#ifndef BDB_MULTIPLE_SUFFIXES
#ifndef BDB_MULTIPLE_SUFFIXES
if
(
be
->
be_suffix
[
1
].
bv_val
)
{
if
(
be
->
be_suffix
[
1
].
bv_val
)
{
#ifdef NEW_LOGGING
#ifdef NEW_LOGGING
LDAP_LOG
(
BACK_BDB
,
ARGS
,
LDAP_LOG
(
BACK_BDB
,
ERR
,
"bdb_db_open: only one suffix allowed
\n
"
,
0
,
0
,
0
);
"bdb_db_open: only one suffix allowed
\n
"
,
0
,
0
,
0
);
#else
#else
Debug
(
LDAP_DEBUG_A
RGS
,
Debug
(
LDAP_DEBUG_A
NY
,
"bdb_db_open: only one suffix allowed
\n
"
,
0
,
0
,
0
);
"bdb_db_open: only one suffix allowed
\n
"
,
0
,
0
,
0
);
#endif
#endif
return
-
1
;
return
-
1
;
...
...
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