]> git.tue.mpg.de Git - paraslash.git/commit
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)
commitb0cfbd054cba9add14976decab4b6f43dd5f6267
tree99b408b8c8e778224735050dbf351345a8f7f91a
parent179eaa231466840f793b8b45467662cb909dbb16
Fix a bug in udp_send_buf().

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.
udp_send.c