Perl: fixed warning about "sep" may be used uninitialized.

This commit is contained in:
Maxim Dounin 2015-08-18 16:26:05 +03:00
parent 07d7ecb8b2
commit a0aea61b50

View File

@ -268,8 +268,6 @@ header_in(r, key)
}
#endif
if (hh->offset) {
ph = (ngx_table_elt_t **) ((char *) &r->headers_in + hh->offset);
if (*ph) {
@ -279,7 +277,6 @@ header_in(r, key)
}
XSRETURN_UNDEF;
}
multi: