~ubuntu-branches/ubuntu/lucid/nginx/lucid

« back to all changes in this revision

Viewing changes to src/http/modules/ngx_http_map_module.c

Tags: upstream-0.6.31
ImportĀ upstreamĀ versionĀ 0.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
    if (ngx_strcmp(value[0].data, "include") == 0) {
379
379
        file = value[1];
380
380
 
381
 
        if (ngx_conf_full_name(cf->cycle, &file) == NGX_ERROR){
 
381
        if (ngx_conf_full_name(cf->cycle, &file, 1) == NGX_ERROR){
382
382
            return NGX_CONF_ERROR;
383
383
        }
384
384