Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 1514 invoked from network); 4 Mar 2004 18:54:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Mar 2004 18:54:47 -0000 Received: (qmail 71779 invoked by uid 500); 4 Mar 2004 18:54:32 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 71733 invoked by uid 500); 4 Mar 2004 18:54:32 -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 71719 invoked from network); 4 Mar 2004 18:54:32 -0000 Received: from unknown (HELO exchange.dolfin.com) (207.181.122.5) by daedalus.apache.org with SMTP; 4 Mar 2004 18:54:32 -0000 Received: from secured-services.com (dsl093-119-056.blt1.dsl.speakeasy.net [66.93.119.56]) by exchange.dolfin.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id FC19CX26; Thu, 4 Mar 2004 13:52:35 -0500 Message-ID: <404779EF.2080809@secured-services.com> Date: Thu, 04 Mar 2004 13:48:15 -0500 From: Aryeh Katz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: patch bug # 19271 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 X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm not quite sure how to submit a patch to bugzilla, so can someone please take care of the following for me. In addition, and corrections/better ways would be greatly appreciated. # diff -u ab.old.c ab.c --- ab.old.c Thu Mar 4 12:32:21 2004 +++ ab.c Thu Mar 4 13:44:39 2004 @@ -1699,8 +1699,13 @@ } for (i = 0; i < n; i++) { +#ifdef USE_SSL + const apr_pollfd_t *next_fd;/* unint - INTENTIONAL */ + struct connection *c = &con[i]; +#else const apr_pollfd_t *next_fd = &(pollresults[i]); struct connection *c = next_fd->client_data; +#endif -- Aryeh Katz SecureD Services http://www.secured-services.com/ 410 653 0700 x 2