--- libaitcfg/src/pq.c 2012/09/19 12:23:12 1.1.2.5 +++ libaitcfg/src/pq.c 2012/09/19 12:25:16 1.1.2.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: pq.c,v 1.1.2.5 2012/09/19 12:23:12 misho Exp $ +* $Id: pq.c,v 1.1.2.6 2012/09/19 12:25:16 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -83,6 +83,8 @@ cfg_findPasswdBy(pwd_root_t * __restrict pwd, int crit if (!pwd) return NULL; + else + AIT_INIT_VAL(&v); va_start(lst, criteria); switch (criteria) {