Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. Some

of them can be completetly removed though...
This commit is contained in:
Daniel Stenberg
2006-09-08 22:17:39 +00:00
parent 1dec17562f
commit 8ec1bfe897
3 changed files with 40 additions and 26 deletions

View File

@@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o getsockname usage fixes
o SOCKS5 proxy connects can now time-out
o SOCKS5 connects that require auth no longer segfaults when auth not given
o multi interface using asynch resolves could get stuck in wrong state