diff options
author | Andrew Clayton <andrew@digital-domain.net> | 2022-06-16 02:00:55 +0100 |
---|---|---|
committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-06-22 00:30:44 +0200 |
commit | 7a286ec0797df4530eeee6f463ae00b86463084b (patch) | |
tree | 88cead10c940b8619ebe445e20adf296296fb39a /src/nxt_unit.c | |
parent | 29c72085262073dc5dec1ecbde1d520da9763746 (diff) | |
download | unit-7a286ec0797df4530eeee6f463ae00b86463084b.tar.gz unit-7a286ec0797df4530eeee6f463ae00b86463084b.tar.bz2 |
Socket: removed useless port < 1 check.
In src/nxt_sockaddr.c::nxt_job_sockaddr_inet_parse() there is a check
that port > 0 then there is a check that port < 1 || port > 65535, well
we _know_ it can't be less than 1.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions