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
af6b191c
Commit
af6b191c
authored
Jun 09, 2003
by
Kurt Zeilenga
Browse files
misc cleanup
parent
29eaea57
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
af6b191c
...
...
@@ -1858,8 +1858,8 @@ certificateExactConvert(
ERR_error_string
(
ERR_get_error
(),
NULL
),
0
,
0
);
#else
Debug
(
LDAP_DEBUG_ARGS
,
"certificateExactConvert: "
"error parsing cert: %s
\n
"
,
ERR_error_string
(
ERR_get_error
(),
NULL
),
NULL
,
NULL
);
"error parsing cert: %s
\n
"
,
ERR_error_string
(
ERR_get_error
(),
NULL
),
NULL
,
NULL
);
#endif
return
LDAP_INVALID_SYNTAX
;
}
...
...
@@ -1869,7 +1869,7 @@ certificateExactConvert(
return
LDAP_INVALID_SYNTAX
;
}
rc
=
dnX509normalize
(
X509_get_issuer_name
(
xcert
),
&
issuer_dn
);
rc
=
dnX509normalize
(
X509_get_issuer_name
(
xcert
),
&
issuer_dn
);
if
(
rc
!=
LDAP_SUCCESS
)
{
X509_free
(
xcert
);
ber_memfree
(
serial
.
bv_val
);
...
...
@@ -1890,11 +1890,10 @@ certificateExactConvert(
*
p
++
=
'\0'
;
#ifdef NEW_LOGGING
LDAP_LOG
(
CONFIG
,
ARGS
,
"certificateExactConvert:
\n
%s
\n
"
,
out
->
bv_val
,
0
,
0
);
LDAP_LOG
(
CONFIG
,
ARGS
,
"certificateExactConvert: %s
\n
"
,
out
->
bv_val
,
0
,
0
);
#else
Debug
(
LDAP_DEBUG_ARGS
,
"certificateExactConvert "
"
\n\t\"
%s
\"\n
"
,
Debug
(
LDAP_DEBUG_ARGS
,
"certificateExactConvert: %s
\n
"
,
out
->
bv_val
,
NULL
,
NULL
);
#endif
...
...
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