Latest update - 7566

This commit is contained in:
2019-09-16 13:39:01 +09:00
parent d808b37656
commit c0b58bbcf6
2 changed files with 14 additions and 65 deletions
+2 -1
View File
@@ -972,7 +972,8 @@ ngx_resolve_addr(ngx_resolver_ctx_t *ctx)
name = ngx_resolver_dup(r, rn->name, rn->nlen);
if (name == NULL) {
goto failed;
ngx_resolver_free(r, ctx);
return NGX_ERROR;
}
ctx->name.len = rn->nlen;