--- libaitrpc/example/tsrv.c 2013/04/02 15:50:13 1.11 +++ libaitrpc/example/tsrv.c 2013/07/15 15:10:37 1.11.4.1 @@ -59,7 +59,7 @@ int BBB(rpc_cli_t *cli, struct tagRPCCall *rpc, array_ AIT_SET_STR(ait_getVars(&RPC_RETVARS(cli), 2), "Oho boho i cheburashka"); // return blob object - b = rpc_srv_registerBLOB(s, 128); + b = rpc_srv_registerBLOB(s, 128, 0, cli); if (!b) return -1; else