]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - dccp_send.c
vss: unify calls to the FEC layer
[paraslash.git] / dccp_send.c
index 0e69a969055f1a8466eae06770f91d7ddcfef6db..b13f719ecf6e4ce0c9e245ce4fd49e74c6fe95d1 100644 (file)
@@ -141,7 +141,7 @@ static void dccp_post_select(fd_set *rfds, __a_unused fd_set *wfds)
        dfc = para_calloc(sizeof(*dfc));
        sc->private_data = dfc;
        dfc->sc = sc;
-       vss_add_fec_client(self, dfc, &dfc->fc);
+       /* XXX RESOLVED LATER vss_add_fec_client(self, dfc, &dfc->fc); */
 }
 
 static int dccp_com_on(__a_unused struct sender_command_data *scd)