mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Remove extra sequence
This commit is contained in:
parent
13c70ed410
commit
43b9b587fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue