summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_unit.c
diff options
context:
space:
mode:
authorAndrew Clayton <andrew@digital-domain.net>2022-06-16 02:00:55 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-06-22 00:30:44 +0200
commit7a286ec0797df4530eeee6f463ae00b86463084b (patch)
tree88cead10c940b8619ebe445e20adf296296fb39a /src/nxt_unit.c
parent29c72085262073dc5dec1ecbde1d520da9763746 (diff)
downloadunit-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