mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
vc: Fix last commit (checked for impossible error)
This commit is contained in:
parent
3c82ea09c7
commit
22aa7c51a0
1 changed files with 0 additions and 3 deletions
|
|
@ -82,9 +82,6 @@ vc_create_response(
|
||||||
*val = NULL;
|
*val = NULL;
|
||||||
|
|
||||||
ber_init2( ber, NULL, LBER_USE_DER );
|
ber_init2( ber, NULL, LBER_USE_DER );
|
||||||
if ( ber == NULL ) {
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
(void)ber_printf( ber, "{is" /*}*/ , resultCode, diagnosticMessage ? diagnosticMessage : "" );
|
(void)ber_printf( ber, "{is" /*}*/ , resultCode, diagnosticMessage ? diagnosticMessage : "" );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue