fix perror

This commit is contained in:
Kurt Zeilenga 2010-12-14 18:20:43 +00:00
parent 0ba7be7a6f
commit 2be415a0dd

View File

@ -185,7 +185,7 @@ main( int argc, char *argv[] )
ldap_msgfree(res);
if( rc != LDAP_SUCCESS ) {
tool_perror( "ldap_parse_extended_result", rc, NULL, NULL, NULL, NULL );
tool_perror( "ldap_parse_whoami", rc, NULL, NULL, NULL, NULL );
rc = EXIT_FAILURE;
goto skip;
}