--- libaitrpc/src/builtin.c 2012/05/16 13:52:59 1.7.2.4 +++ libaitrpc/src/builtin.c 2012/05/16 16:36:10 1.7.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: builtin.c,v 1.7.2.4 2012/05/16 13:52:59 misho Exp $ +* $Id: builtin.c,v 1.7.2.5 2012/05/16 16:36:10 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -124,7 +124,7 @@ rpcServerCalls(rpc_func_t *call, int ic, array_t *iv) strlcat(val, str, len); } - AIT_SET_STR(io_array(f->func_vars, 0, ait_val_t*), val); + AIT_SET_STR(io_array(call->func_vars, 0, ait_val_t*), val); free(val); return 0; }