From: Kurt Zeilenga Date: Thu, 21 Jun 2007 22:02:08 +0000 (+0000) Subject: have error match API call X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~364 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=73ad5a7217a32b0126750bde7e9768fba051282e;p=openldap have error match API call --- diff --git a/clients/tools/ldapwhoami.c b/clients/tools/ldapwhoami.c index 158f2a3206..daaf254a2c 100644 --- a/clients/tools/ldapwhoami.c +++ b/clients/tools/ldapwhoami.c @@ -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; }