mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
vc: Fix last commit (checked for impossible error)
This commit is contained in:
parent
3c82ea09c7
commit
22aa7c51a0
@ -82,9 +82,6 @@ vc_create_response(
|
||||
*val = NULL;
|
||||
|
||||
ber_init2( ber, NULL, LBER_USE_DER );
|
||||
if ( ber == NULL ) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
(void)ber_printf( ber, "{is" /*}*/ , resultCode, diagnosticMessage ? diagnosticMessage : "" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user