]> git.sur5r.net Git - openldap/commitdiff
fix perror
authorKurt Zeilenga <kurt@openldap.org>
Tue, 14 Dec 2010 18:20:43 +0000 (18:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 14 Dec 2010 18:20:43 +0000 (18:20 +0000)
clients/tools/ldapwhoami.c

index 7cf1466b735e2a6828ef473f9121e8bae94eb238..93beeb22107fed33ec50abb88d27b5d37210f795 100644 (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;
        }