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
b17572c7
Commit
b17572c7
authored
Dec 27, 2001
by
Kurt Zeilenga
Browse files
cleanup
parent
cd06dac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/config.c
View file @
b17572c7
...
...
@@ -2028,11 +2028,11 @@ read_config( const char *fname )
if
(
cargc
<
2
)
{
#ifdef NEW_LOGGING
LDAP_LOG
((
"config"
,
LDAP_LEVEL_CRIT
,
"%s: line %d: "
"missing filename in
\"
rootDSE
file
<filename>
\"
line.
\n
"
,
"missing filename in
\"
rootDSE <filename>
\"
line.
\n
"
,
fname
,
lineno
));
#else
Debug
(
LDAP_DEBUG_ANY
,
"%s: line %d: "
"missing filename in
\"
rootDSE
file
<filename>
\"
line.
\n
"
,
"missing filename in
\"
rootDSE <filename>
\"
line.
\n
"
,
fname
,
lineno
,
0
);
#endif
return
1
;
...
...
@@ -2041,11 +2041,11 @@ read_config( const char *fname )
if
(
read_root_dse_file
(
cargv
[
1
]
)
)
{
#ifdef NEW_LOGGING
LDAP_LOG
((
"config"
,
LDAP_LEVEL_CRIT
,
"%s: line %d: "
"could not read
\"
rootDSE
file
<filename>
\"
line.
\n
"
,
"could not read
\"
rootDSE <filename>
\"
line.
\n
"
,
fname
,
lineno
));
#else
Debug
(
LDAP_DEBUG_ANY
,
"%s: line %d: "
"could not read
\"
rootDSE
file
<filename>
\"
line
\n
"
,
"could not read
\"
rootDSE <filename>
\"
line
\n
"
,
fname
,
lineno
,
0
);
#endif
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