mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
fix perror
This commit is contained in:
parent
0ba7be7a6f
commit
2be415a0dd
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user