mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 11:38:36 +08:00
Perl: fixed warning about "sep" may be used uninitialized.
This commit is contained in:
parent
07d7ecb8b2
commit
a0aea61b50
@ -268,8 +268,6 @@ header_in(r, key)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (hh->offset) {
|
|
||||||
|
|
||||||
ph = (ngx_table_elt_t **) ((char *) &r->headers_in + hh->offset);
|
ph = (ngx_table_elt_t **) ((char *) &r->headers_in + hh->offset);
|
||||||
|
|
||||||
if (*ph) {
|
if (*ph) {
|
||||||
@ -279,7 +277,6 @@ header_in(r, key)
|
|||||||
}
|
}
|
||||||
|
|
||||||
XSRETURN_UNDEF;
|
XSRETURN_UNDEF;
|
||||||
}
|
|
||||||
|
|
||||||
multi:
|
multi:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user