> -----Ursprüngliche Nachricht-----
> Von: William A. Rowe, Jr. 
> Gesendet: Freitag, 21. Dezember 2007 00:06
> An: dev@httpd.apache.org
> Betreff: Re: svn commit: r605396 - 
> /httpd/httpd/branches/2.2.x/support/httxt2dbm.c
> 
> 
> Ruediger Pluem wrote:
> > 
> > On 12/19/2007 04:02 AM, [EMAIL PROTECTED] wrote:
> >> Author: wrowe
> >> Date: Tue Dec 18 19:02:57 2007
> >> New Revision: 605396
> >>
> >> URL: http://svn.apache.org/viewvc?rev=605396&view=rev
> 
>  > Sorry for nitpicking, but
>  >
>  > 1. Where is the vote on this backport?
> 
> I'm happy to revert if that's desired.  I'm also happy to pull
> httxt2dbm from the win32 targets list.  I choose the obvious one,
> but sorry if it offended anyone's sensibilities; the patch simply

No hassle. I was just curious if I missed something.

> synced the apr_init semantics of httxt2dbm to the other support apps,
> allowing it to 1) compile (in an NT case) and 2) handle obtuse
> filenames (non-ascii) portably on win32 as well.
> 
> If anyone objects to
> 
> @ -183,7 +183,7 @@
>       apr_file_t *infile;
>       apr_dbm_t *outdbm;
> 
> -    apr_initialize();
> +    apr_app_initialize(&argc, &argv, NULL);

Looks good to me. So +1 to keep it in 2.2.x.

Regards

Rüdiger

Reply via email to