diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-04 21:26:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-04 21:26:26 +0000 |
commit | 6dd6b4d1faae3105b0414f233d3de199826f2e6a (patch) | |
tree | 5296ad776cbc33c2ac50b950fcbf095cbbc861ac /CHANGES | |
parent | 67d94514b0d1501832a52fd42db8f5a41151d7f5 (diff) |
I enabled test 1009 and made the --local-port use a wide range to reduce the
risk of failures.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel S (4 October 2007) +- I enabled test 1009 and made the --local-port use a wide range to reduce the + risk of failures. + - Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. This happened because the tftp code always uncondionally did a bind() without caring if one already had been done and then it failed. I wrote a |