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
923cdcf3
Commit
923cdcf3
authored
Dec 17, 2001
by
Howard Chu
Browse files
fix from jon@symas.com - missing arguments to Debug/LDAP_LOG
parent
8ad557e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/config.c
View file @
923cdcf3
...
...
@@ -961,11 +961,11 @@ read_config( const char *fname )
LDAP_LOG
((
"config"
,
LDAP_LEVEL_CRIT
,
"%s: line %d: "
"unable to normalize suffix "
"
\"
%s
\"\n
"
,
dn
));
"
\"
%s
\"\n
"
,
fname
,
lineno
,
dn
));
#else
Debug
(
LDAP_DEBUG_ANY
,
"%s: line %d: "
"unable to normalize suffix "
"
\"
%s
\"\n
"
,
dn
,
NULL
,
NULL
);
"
\"
%s
\"\n
"
,
fname
,
lineno
,
dn
);
#endif
free
(
dn
);
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