Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 25999 invoked from network); 3 Jun 2005 20:35:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 20:35:51 -0000 Received: (qmail 60381 invoked by uid 500); 3 Jun 2005 20:35:51 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 60346 invoked by uid 500); 3 Jun 2005 20:35:50 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 60307 invoked by uid 99); 3 Jun 2005 20:35:50 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 03 Jun 2005 13:35:49 -0700 Received: (qmail 25747 invoked by uid 65534); 3 Jun 2005 20:35:27 -0000 Message-ID: <20050603203527.25745.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r179879 - /httpd/httpd/trunk/server/main.c Date: Fri, 03 Jun 2005 20:35:27 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pquerna Date: Fri Jun 3 13:35:27 2005 New Revision: 179879 URL: http://svn.apache.org/viewcvs?rev=3D179879&view=3Drev Log: * server/main.c: Remove the suck_in_apr_password_validate() hack. apr_pass= word_validate is part of the public APR interface and this hack should not = be needed on any platform. Modified: httpd/httpd/trunk/server/main.c Modified: httpd/httpd/trunk/server/main.c URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/main.c?rev=3D17= 9879&r1=3D179878&r2=3D179879&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- httpd/httpd/trunk/server/main.c (original) +++ httpd/httpd/trunk/server/main.c Fri Jun 3 13:35:27 2005 @@ -713,18 +713,6 @@ return 0; /* Termination 'ok' */ } =20 -#ifndef SHARED_CORE_BOOTSTRAP -/* - * Force apr_password_validate() into the image so that modules like - * mod_auth can use it even if they're dynamically loaded. - */ -void suck_in_apr_password_validate(void); -void suck_in_apr_password_validate(void) -{ - apr_password_validate("a", "b"); -} -#endif - #ifdef AP_USING_AUTOCONF /* This ugly little hack pulls any function referenced in exports.c into * the web server. exports.c is generated during the build, and it