From: Bradley Nicholes Date: Thu, 26 Aug 2004 16:48:23 +0000 (+0000) Subject: Update the backport proposal for util_ldap.c. Preserve the return value from the... X-Git-Tag: STRIKER_2_0_51_RC1^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d86717bbb969019dd12c8009d93c251dc2fd44;p=thirdparty%2Fapache%2Fhttpd.git Update the backport proposal for util_ldap.c. Preserve the return value from the apr_stat() call so that it can be displayed in the error log message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104821 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 65733655943..f4e2bdd329c 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/08/26 15:27:51 $] +Last modified at [$Date: 2004/08/26 16:48:23 $] Release: @@ -84,7 +84,7 @@ PATCHES TO BACKPORT FROM 2.1 *) util_ldap: Validate the file path of the trusted certificate file at the time the LDAPTrushedCA directive is handled. PR#30782 - modules/ldap/util_ldap.c: 1.9, 1.10 + modules/ldap/util_ldap.c: 1.9, 1.11 +1: bnicholes trawick: why toss the rv? logging it might show that there is a permissions problem instead of simple file-not-found