--- libaitcfg/src/pq.c 2012/09/19 13:02:58 1.1.2.8 +++ libaitcfg/src/pq.c 2012/09/19 13:05:44 1.1.2.9 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: pq.c,v 1.1.2.8 2012/09/19 13:02:58 misho Exp $ +* $Id: pq.c,v 1.1.2.9 2012/09/19 13:05:44 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -228,7 +228,7 @@ cfg_setPasswd(pwd_root_t * __restrict pwd, u_char fiel for (i = 0; i < (u->usr_fields + 1); i++) switch (i) { case 0: - AIT_SET_STR(&u->usr_name, va_arg(lst, char*)); + AIT_SET_STR(&u->usr_name, csName); break; case 1: AIT_SET_STR(&u->usr_pass, va_arg(lst, char*));