Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 87819 invoked by uid 500); 26 Mar 2003 19:51:29 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 87689 invoked from network); 26 Mar 2003 19:51:28 -0000 Message-ID: <3E8204F4.9030401@attglobal.net> Date: Wed, 26 Mar 2003 14:52:20 -0500 From: Jeff Trawick Reply-To: trawick@attglobal.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: [PATCH] mod_auth_ldap does not compile with WROWE_2_0_45_RC1 References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: > This is probably the cause. > > [If strnicmp is available on a platform, but strncasecmp is not, then it's > #defined in apr_general.h] > > --Madhu > > Index: mod_auth_ldap.c > =================================================================== > RCS file: /home/cvspublic/httpd-2.0/modules/experimental/mod_auth_ldap.c,v > retrieving revision 1.8.2.4 > diff -r1.8.2.4 mod_auth_ldap.c > 823c823 > < if (strnicmp(url, "ldaps", 5) == 0) > --- > >> if (strncasecmp(url, "ldaps", 5) == 0) > > so commit to HEAD ASAP and perhaps before long you'll have the last +1 for commiting to stable (right now you have yours and mine)