From fb57a33ced158e4977d95bf73f4db41df1c3b33c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 9 Apr 2004 19:48:02 +0000 Subject: [PATCH] cleanup --- clients/tools/ldapsearch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 6f8d4a8ec0..91a4ce2dd6 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -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 && -- 2.39.5