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

have error match API call

parent ae47797c
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ main( int argc, char *argv[] )
rc = ldap_whoami( ld, NULL, NULL, &id );
if( rc != LDAP_SUCCESS ) {
tool_perror( "ldap_extended_operation", rc, NULL, NULL, NULL, NULL );
tool_perror( "ldap_whoami", rc, NULL, NULL, NULL, NULL );
rc = EXIT_FAILURE;
goto skip;
}
......
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