--- libaitrpc/src/builtin.c 2010/06/28 15:18:43 1.1.1.1.2.4 +++ libaitrpc/src/builtin.c 2010/07/08 07:16:36 1.1.1.1.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: builtin.c,v 1.1.1.1.2.4 2010/06/28 15:18:43 misho Exp $ +* $Id: builtin.c,v 1.1.1.1.2.5 2010/07/08 07:16:36 misho Exp $ * *************************************************************************/ #include "global.h" @@ -174,8 +174,8 @@ rpcBLOBServerState(rpc_func_t *call, int ic, rpc_val_t { rpc_srv_t *srv; - RPC_CALLBACK_CHK_NUM_ARGS(call, ic); RPC_CALLBACK_CHECK_INPUT(call); + RPC_CALLBACK_CHK_RETARGS(call, ic); if (!call->func_parent) return -1; else