fix return code
Igor Sysoev
14 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/http/ngx_http_core_module.c
less
more
2911
2911
if (conf->resolver == NULL) {
2912
2912
conf->resolver = ngx_resolver_create(NULL, cf->cycle->new_log);
2913
2913
if (conf->resolver == NULL) {
2914
return NGX_OK;
2914
return NGX_CONF_ERROR;
2915
2915
}
2916
2916
}
2917
2917
}