properly shutdown of clients

This commit is contained in:
Martin Willi
2007-07-27 10:17:50 +00:00
parent 539a55a441
commit 99652427e9
3 changed files with 22 additions and 6 deletions
+1 -4
View File
@@ -395,10 +395,7 @@ void signal_action(int sig, siginfo_t *info, void *ucontext)
}
else
{
dumm->destroy(dumm);
clear_history();
printf("\n");
exit(0);
printf("\nuse 'quit'\ndumm# ");
}
}