]> git.tue.mpg.de Git - paraslash.git/commit
Fix initialization of fec_client_list.
authorAndre Noll <maan@systemlinux.org>
Thu, 5 Mar 2009 21:00:41 +0000 (22:00 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 5 Mar 2009 21:00:41 +0000 (22:00 +0100)
commit942131f1943cfe5ba81d11bd1162a3f945279f41
tree8485be1cab7446d1dbc25287a29efe1e8056f87e
parentfd08b412228dc05ffc8a770558d4b1a21b03736d
Fix initialization of fec_client_list.

The list must be initialized _before_ the init functions of the
senders are called, because the udp_send_init() might add fec clients
to that list.
vss.c