From 2be415a0dddd6e1f0828c53113bbf9ae4addcdec Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 14 Dec 2010 18:20:43 +0000 Subject: [PATCH] fix perror --- 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 7cf1466b73..93beeb2210 100644 --- a/clients/tools/ldapwhoami.c +++ b/clients/tools/ldapwhoami.c @@ -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; } -- 2.39.5