common.c: remove always true comparison
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 13 Aug 2019 09:26:50 +0000 (11:26 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 13 Aug 2019 09:26:50 +0000 (11:26 +0200)
commit2f8083194bee1ea05b189c2fd06090659986a54a
tree2c79224881d277916d95746034c7e4b3c3279956
parent862fe2ef06bdf137f9b8af2f7d19de86e47c585c
common.c: remove always true comparison

ntohs() returns an uint16_t, which is always less than 65535
src/utils/common/common.c