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

s/LDAP_SUCCESS/LDAP_OPT_SUCCESS/

parent 8c79e4b7
Branches
Tags
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment