Changeset 2147

Show
Ignore:
Timestamp:
04/23/2008 12:38:32 PM (3 months ago)
Author:
stbuehler
Message:

Fix conditional interpretation of core options

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lighttpd-1.4.x/NEWS

    r2145 r2147  
    1414  * Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628) 
    1515  * Don't send empty Server headers (#1620) 
     16  * Fix conditional interpretation of core options 
    1617 
    1718- 1.4.19 - 2008-03-10 
  • branches/lighttpd-1.4.x/src/configfile.c

    r1942 r2147  
    305305                data_config *dc = (data_config *)srv->config_context->data[i]; 
    306306                specific_config *s = srv->config_storage[i]; 
    307  
    308                 /* not our stage */ 
    309                 if (comp != dc->comp) continue; 
    310307 
    311308                /* condition didn't match */