~ubuntu-branches/debian/squeeze/nginx/squeeze

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-11-08 09:53:46 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20091108095346-yt4eypw2l176tl53
Tags: 0.7.63-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
 
367
367
    conf = ngx_palloc(cf->pool, sizeof(ngx_http_index_loc_conf_t));
368
368
    if (conf == NULL) {
369
 
        return NGX_CONF_ERROR;
 
369
        return NULL;
370
370
    }
371
371
 
372
372
    conf->indices = NULL;