From: Ralf Haferkamp Date: Tue, 23 Jan 2007 11:05:43 +0000 (+0000) Subject: Printout ldap_result() error message (ITS #4812) X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~157 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=caaef2103a0eed28fbfb041756769d2ba4bea8c1;p=openldap Printout ldap_result() error message (ITS #4812) --- diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index 7841bda126..06a636f812 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -1262,6 +1262,7 @@ static int process_response( if ( rc == -1 ) { ldap_get_option( ld, LDAP_OPT_RESULT_CODE, &rc ); + tool_perror( "ldap_result", rc, NULL, NULL, NULL, NULL ); return rc; }