]> git.ipfire.org Git - thirdparty/curl.git/commit
hostip: store dns timeout as 'int'
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 May 2023 08:40:47 +0000 (10:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 May 2023 12:55:19 +0000 (14:55 +0200)
commitf62557276a9e2a5fb1876d87f5eee614ad7ef109
treec6abe6f6341a067962c95ee0e5c00854eec5b6ab
parent86535e30af71ace04377ea5861d613d7444fefc4
hostip: store dns timeout as 'int'

... because it set and held as an 'int' elsewhere and can never be
larger.
lib/hostip.c