]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix a bug in udp_send_buf().
authorAndre Noll <maan@systemlinux.org>
Sat, 10 Jan 2009 17:19:15 +0000 (18:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 10 Jan 2009 17:19:15 +0000 (18:19 +0100)
In case multiple targets are defined and a write for one of them
fails, the old code would return early rather than continue to send
the chunk to the other targets.


No differences found