mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Remove extra sequence
This commit is contained in:
parent
13c70ed410
commit
43b9b587fd
@ -656,7 +656,7 @@ getNextPage:
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
err = ber_printf( seber, "{b}", abs(subentries) == 1 ? 0 : 1 );
|
||||
err = ber_printf( seber, "b", abs(subentries) == 1 ? 0 : 1 );
|
||||
if ( err == -1 ) {
|
||||
ber_free( seber, 1 );
|
||||
fprintf( stderr, _("Subentries control encoding error!\n") );
|
||||
|
Loading…
Reference in New Issue
Block a user