From caaef2103a0eed28fbfb041756769d2ba4bea8c1 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 23 Jan 2007 11:05:43 +0000 Subject: [PATCH] Printout ldap_result() error message (ITS #4812) --- clients/tools/ldapmodify.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5