mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
Style: use ngx_str_null().
This commit is contained in:
parent
bb4edb5cef
commit
ef2b59699a
1 changed files with 1 additions and 2 deletions
|
|
@ -2722,8 +2722,7 @@ done:
|
|||
}
|
||||
|
||||
if (len == -1) {
|
||||
name->len = 0;
|
||||
name->data = NULL;
|
||||
ngx_str_null(name);
|
||||
return NGX_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue