Skip to content
Snippets Groups Projects
Commit fb57a33c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

cleanup

parent 25c672a8
No related branches found
No related tags found
No related merge requests found
......@@ -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 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment