--- libaitrpc/example/tsrv.c 2011/09/01 14:26:22 1.3.2.4 +++ libaitrpc/example/tsrv.c 2011/09/01 14:33:00 1.3.2.5 @@ -54,7 +54,6 @@ int BBB(rpc_func_t *f, int in, array_t *iv) // rpc_srv_unregisterBLOB(f->func_parent, AIT_GET_BLOB(io_array(iv, 2, ait_val_t*))); - rpc_srv_allocVars(f, 3); rpc_srv_getVars(f, &arr); v = io_array(arr, 0, ait_val_t*); AIT_SET_BUF(v, "00!oo", 6);