Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 86436 invoked from network); 1 Feb 2005 17:28:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Feb 2005 17:28:19 -0000 Received: (qmail 9453 invoked by uid 500); 1 Feb 2005 17:28:15 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 9434 invoked by uid 500); 1 Feb 2005 17:28:15 -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 9419 invoked by uid 99); 1 Feb 2005 17:28:14 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from sinclair.provo.novell.com (HELO sinclair.provo.novell.com) (137.65.81.169) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 01 Feb 2005 09:28:13 -0800 Received: from INET-PRV-MTA by sinclair.provo.novell.com with Novell_GroupWise; Tue, 01 Feb 2005 10:28:12 -0700 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.5.4 Beta Date: Tue, 01 Feb 2005 10:28:01 -0700 From: "Brad Nicholes" To: , Subject: Re: Time for 2.0.53? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 500/1000/N I hate it when I get bit by copy and paste. Try r149421. Brad >>> mturk@apache.org Tuesday, February 01, 2005 10:23:01 AM >>> Brad Nicholes wrote: > I was hoping that this wouldn't be the case. But since it is, take a > look at SVN r149419 > util_ldap.c util_ldap.c(1615) : error C2065: 's' : undeclared identifier util_ldap.c(1615) : warning C4047: 'function' : 'const server_rec *' differs in levels of indirection from 'int' Seems you have typo using wrong server_rec for logging. It helps if you change line 1615 to use cmd->server instead s ;). Regards, Mladen.