--- tftpd/src/exec.c 2014/02/24 21:55:35 1.4.2.1 +++ tftpd/src/exec.c 2014/02/24 22:02:19 1.4.2.2 @@ -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.4.2.2 2014/02/24 22:02:19 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); }