diff --git a/client/cs_apps.C b/client/cs_apps.C index 869cab6594..5221a79e3d 100644 --- a/client/cs_apps.C +++ b/client/cs_apps.C @@ -57,6 +57,14 @@ int CLIENT_STATE::exit() { int CLIENT_STATE::exit_tasks() { active_tasks.exit_tasks(); + + // for now just kill them + unsigned int i; + ACTIVE_TASK *atp; + for (i=0; ikill_task(); + } return 0; }