diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-26 11:04:33 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-27 09:19:01 +0100 |
commit | 764c6bd3bf2e7a1f8bc33162ab77b667770f4f73 (patch) | |
tree | 01321aab74a16bd212e36675ec0e1af556008a30 /lib/hostcheck.c | |
parent | 642d78026f409cfb5b31affc271a0eb8298e8020 (diff) | |
download | curl-764c6bd3bf2e7a1f8bc33162ab77b667770f4f73.tar.gz |
urldata: remove duplicate port number storage
... and use 'int' for ports. We don't use 'unsigned short' since -1 is
still often used internally to signify "unknown value" and 0 - 65535 are
all valid port numbers.
Closes #6534
Diffstat (limited to 'lib/hostcheck.c')
0 files changed, 0 insertions, 0 deletions