X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=a2ee0270733a3d47b2053173b9e74bbdbfb4eeff;hp=41aaf234da6ce89da2e25ce30871405f663cac38;hb=d56a8447f418cf9046077e743772a416b6f7b826;hpb=f32c0776882e01913c64c8ccbf2d94e0fb4d6369 diff --git a/dccp_send.c b/dccp_send.c index 41aaf234..a2ee0270 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -155,6 +155,7 @@ static int dccp_com_on(__a_unused struct sender_command_data *scd) static int dccp_com_off(__a_unused struct sender_command_data *scd) { + dccp_shutdown_clients(); generic_com_off(dss); return 1; }