On Fri, Sep 4, 2015 at 12:52 AM, NormW <[email protected]> wrote:
> Hi again,
> Pushing passed previous problem, now arrive at:
>>
>> D:\Projects\svn\httpd-trunk\server>svn diff
>> Index: protocol.c
>> ===================================================================
>> --- protocol.c  (revision 1701142)
>> +++ protocol.c  (working copy)
>> @@ -1981,10 +1981,10 @@
>>                                              server_rec *s,
>>                                              apr_array_header_t *choices)
>>  {
>> +    apr_array_header_t *proposals;
>>      apr_pool_t *pool = r? r->pool : c->pool;
>>      core_server_config *conf =
>> ap_get_core_module_config(s->module_config);
>>      const char *protocol = NULL, *existing = ap_get_protocol(c);;
>> -    apr_array_header_t *proposals;

Hm, aren't there other/many places in the httpd code where non
initialized variables are declared after the initialized ones?

Reply via email to