]> git.tue.mpg.de Git - paraslash.git/commit
dccp_send: Fix com_off().
authorAndre Noll <maan@systemlinux.org>
Sun, 10 Oct 2010 19:37:03 +0000 (21:37 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 10 Oct 2010 19:37:03 +0000 (21:37 +0200)
commit5cd331911f88f350db5e126288825450bc636f6d
treedf20f3347b1e3359e3de52aee92a0ebf43623e95
parentfd09012ca62c214fb3e2f48935e658b885c967b6
dccp_send: Fix com_off().

This command made para_server sefgault due to the FEC client structure being
freed, but still used from vss.c. Fix this serious bug by first calling
dccp_shutdown_clients() which removes all FEC clients.
dccp_send.c