--- libaitsched/src/tasks.c 2012/08/01 16:47:06 1.10.2.4 +++ libaitsched/src/tasks.c 2012/08/01 22:12:39 1.10.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: tasks.c,v 1.10.2.4 2012/08/01 16:47:06 misho Exp $ +* $Id: tasks.c,v 1.10.2.5 2012/08/01 22:12:39 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -622,8 +622,6 @@ schedAIOWrite(sched_root_task_t * __restrict root, sch if (!root || !func) return NULL; - else - memset(buffer, 0, buflen); if (!(acb = malloc(sizeof(struct aiocb)))) { LOGERR;