--- libaitsess/src/aitsess.c 2011/09/07 13:11:56 1.3 +++ libaitsess/src/aitsess.c 2011/09/08 07:22:00 1.3.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsess.c,v 1.3 2011/09/07 13:11:56 misho Exp $ +* $Id: aitsess.c,v 1.3.2.1 2011/09/08 07:22:00 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -105,8 +105,8 @@ initSession(int *pnID, const char *csFName, tagSess ** LOGERR; return -1; } - } else - memset(*Sess, 0, sizeof(tagSess)); + } + memset(*Sess, 0, sizeof(tagSess)); if (pnID && *pnID) id = *pnID;