Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A87F57C03 for ; Tue, 8 Nov 2011 01:38:18 +0000 (UTC) Received: (qmail 10834 invoked by uid 500); 8 Nov 2011 01:38:17 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 10781 invoked by uid 500); 8 Nov 2011 01:38:17 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 10773 invoked by uid 99); 8 Nov 2011 01:38:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 01:38:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.210.173 as permitted sender) Received: from [209.85.210.173] (HELO mail-iy0-f173.google.com) (209.85.210.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 01:38:11 +0000 Received: by iakk32 with SMTP id k32so2679761iak.18 for ; Mon, 07 Nov 2011 17:37:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ysIQIr2qXDV1rxrIokU+IbBDOCP25Yv9vCTwDhMlSEY=; b=nkLYZ2cCf9AvsXsc5FqWBGruP1K401KR0ugVmOaV3YocwVVTc3KIGACWg2BFlNV3B+ vuG0ZKpBUkcCy/bbBpAIdFLSdknB1CATVv0xChNB0z8/U6nqRXdslIqRdlWkuR+BMQ6Z X04zoXDluTm0ZCnQbPRmDyDdH8Ku5F8BCY04I= MIME-Version: 1.0 Received: by 10.42.148.136 with SMTP id r8mr28530046icv.1.1320716271156; Mon, 07 Nov 2011 17:37:51 -0800 (PST) Received: by 10.42.180.129 with HTTP; Mon, 7 Nov 2011 17:37:51 -0800 (PST) In-Reply-To: References: <20111105001636.F0242238889B@eris.apache.org> Date: Mon, 7 Nov 2011 20:37:51 -0500 Message-ID: Subject: Re: svn commit: r1197838 - /httpd/httpd/trunk/modules/lua/lua_request.c From: Eric Covener To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 > Returning 1 in a function returning 'char *' is wrong. I suspect the > prototype should be 'int'? thanks, tripped on this myself and fixed in r1199028