]> git.ipfire.org Git - thirdparty/curl.git/commit
ftp: convert 'sock_accepted' to a plain boolean
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Feb 2020 23:00:45 +0000 (00:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 Feb 2020 21:23:17 +0000 (22:23 +0100)
commitc188391a9fad6dcfa4b77b6180c19e0538e25caa
treec702d7e34a3ffa142c5a7520788557b7e95a7d1d
parent03564deba2039e3530bb166ddaddd0ec58ff045c
ftp: convert 'sock_accepted' to a plain boolean

This was an array indexed with sockindex but it was only ever used for
the secondary socket.

Closes #4929
lib/connect.c
lib/ftp.c
lib/urldata.h