X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=478c5d9fcfa58c80097cb21f67a7748c964aae12;hp=29deafb0e85c209fad5954fe14faf4b432d984e9;hb=f099900540c4e4c54b10181254b895ccfe6ef410;hpb=28f8405e062fcff1f0ce90eb01ffeaca299cffa7 diff --git a/udp_send.c b/udp_send.c index 29deafb0..478c5d9f 100644 --- a/udp_send.c +++ b/udp_send.c @@ -279,7 +279,7 @@ static void udp_add_target(struct sender_command_data *scd) para_list_add(&ut->node, &targets); ut->fcp.slices_per_group = scd->slices_per_group; ut->fcp.data_slices_per_group = scd->data_slices_per_group; - vss_add_fec_client(self, ut, &ut->fc); + /* XXX RESOLVED LATER vss_add_fec_client(self, ut, &ut->fc); */ } static int udp_com_add(struct sender_command_data *scd)