Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 85064 invoked by uid 500); 25 Mar 2002 23:41:17 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 85053 invoked from network); 25 Mar 2002 23:41:17 -0000 Date: 25 Mar 2002 23:41:16 -0000 Message-ID: <20020325234116.49120.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/flood CHANGES flood_round_robin.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jerenkrantz 02/03/25 15:41:16 Modified: flood CHANGES flood_round_robin.c Log: Return APR_SUCCESS if we get to this point in the function. Revision Changes Path 1.33 +2 -0 httpd-test/flood/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-test/flood/CHANGES,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- CHANGES 25 Mar 2002 23:20:15 -0000 1.32 +++ CHANGES 25 Mar 2002 23:41:16 -0000 1.33 @@ -1,5 +1,7 @@ Changes since milestone-03: +* Fix return value in parse_xml_url_info. [Justin Erenkrantz] + * Fix linking problems due to misordering of libraries on Solaris. [Justin Erenkrantz] 1.23 +2 -0 httpd-test/flood/flood_round_robin.c Index: flood_round_robin.c =================================================================== RCS file: /home/cvs/httpd-test/flood/flood_round_robin.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- flood_round_robin.c 20 Mar 2002 02:24:38 -0000 1.22 +++ flood_round_robin.c 25 Mar 2002 23:41:16 -0000 1.23 @@ -463,6 +463,8 @@ url->method = GET; url->payload = NULL; } + + return APR_SUCCESS; } static apr_status_t parse_xml_seq_info(apr_xml_elem *e,