--- libaitrpc/src/builtin.c 2011/09/01 14:28:41 1.3.2.5 +++ libaitrpc/src/builtin.c 2011/09/03 12:39:27 1.3.2.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: builtin.c,v 1.3.2.5 2011/09/01 14:28:41 misho Exp $ +* $Id: builtin.c,v 1.3.2.6 2011/09/03 12:39:27 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -246,6 +246,7 @@ rpcBLOBServerVars(rpc_func_t *call, int ic, array_t *i } pthread_mutex_unlock(&srv->srv_blob.mtx); + printf("val=%s\n", val); AIT_SET_STR(io_array(vals, 0, ait_val_t*), val); free(val); return 0;