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

« back to all changes in this revision

Viewing changes to src/http/modules/ngx_http_referer_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:
221
221
 
222
222
    conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_referer_conf_t));
223
223
    if (conf == NULL) {
224
 
        return NGX_CONF_ERROR;
 
224
        return NULL;
225
225
    }
226
226
 
227
227
#if (NGX_PCRE)