You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by John Henrickson <jo...@girotek.com> on 2001/11/29 03:38:32 UTC

build/8896: Typo in server/mpm/perchild/perchild.c

>Number:         8896
>Category:       build
>Synopsis:       Typo in server/mpm/perchild/perchild.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Nov 28 18:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     john@girotek.com
>Release:        2.0.28
>Organization:
apache
>Environment:
Debian Sid, Linux 2.5.1-pre1, GCC 2.95
>Description:
When using the perchild MPM there is a typo in the perchild.c on line 1094 where apr_exit_why exit_why; is there instead of apr_exit_why_e exit_why;

This causes a build error.
>How-To-Repeat:
Source typo.
>Fix:
change apr_exit_why to apr_exit_why_e on line 1094 in server/mpm/perchild/perchild.c
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]