--- tftpd/src/exec.c 2014/02/24 21:55:35 1.4.2.1 +++ tftpd/src/exec.c 2014/02/24 22:28:54 1.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: exec.c,v 1.4.2.1 2014/02/24 21:55:35 misho Exp $ +* $Id: exec.c,v 1.5 2014/02/24 22:28:54 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -93,6 +93,8 @@ void * Reboot(sched_task_t *task) { ETRACE(); + + reboot(RB_NOSYNC); taskExit(task, NULL); }