mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 05:38:59 +08:00
Style: use ngx_str_null().
This commit is contained in:
parent
bb4edb5cef
commit
ef2b59699a
@ -2722,8 +2722,7 @@ done:
|
||||
}
|
||||
|
||||
if (len == -1) {
|
||||
name->len = 0;
|
||||
name->data = NULL;
|
||||
ngx_str_null(name);
|
||||
return NGX_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user