From 73ad5a7217a32b0126750bde7e9768fba051282e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 21 Jun 2007 22:02:08 +0000 Subject: [PATCH] have error match API call --- clients/tools/ldapwhoami.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5