mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
cleanup
This commit is contained in:
parent
25c672a844
commit
fb57a33ced
1 changed files with 2 additions and 1 deletions
|
|
@ -493,7 +493,8 @@ private_conn_setup( LDAP *ld )
|
|||
ldap_set_option( ld, LDAP_OPT_TIMELIMIT, (void *) &timelimit )
|
||||
!= LDAP_OPT_SUCCESS )
|
||||
{
|
||||
fprintf( stderr, _("Could not set LDAP_OPT_TIMELIMIT %d\n"), timelimit );
|
||||
fprintf( stderr,
|
||||
_("Could not set LDAP_OPT_TIMELIMIT %d\n"), timelimit );
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
if (sizelimit != -1 &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue