]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - dccp_send.c
command_util: Replace tabs by \t.
[paraslash.git] / dccp_send.c
index 41aaf234da6ce89da2e25ce30871405f663cac38..425527fc423e90dfc0396d7680d25d00733379ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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;
 }