From 29304f0cee015fc2f8d23b2b59baf2e9d7fe3442 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 10 Feb 2003 01:48:04 +0000 Subject: [PATCH] s/LDAP_SUCCESS/LDAP_OPT_SUCCESS/ --- clients/tools/common.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/tools/common.c b/clients/tools/common.c index f342f45785..2600d67a9e 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -460,7 +460,9 @@ tool_args( int argc, char **argv ) LDAPAPIInfo api; api.ldapai_info_version = LDAP_API_INFO_VERSION; - if ( ldap_get_option(NULL, LDAP_OPT_API_INFO, &api) != LDAP_SUCCESS ) { + if ( ldap_get_option(NULL, LDAP_OPT_API_INFO, &api) + != LDAP_OPT_SUCCESS ) + { fprintf( stderr, "%s: ldap_get_option(API_INFO) failed\n", prog ); exit( EXIT_FAILURE ); } -- 2.39.5