Diff for /libaitrpc/src/builtin.c between versions 1.7.2.7 and 1.7.2.8

version 1.7.2.7, 2012/05/17 08:42:32 version 1.7.2.8, 2012/05/17 08:45:08
Line 160  rpcServerShutdown(rpc_func_t *call, struct tagRPCCall  Line 160  rpcServerShutdown(rpc_func_t *call, struct tagRPCCall 
 static int  static int
 rpcServerPing(rpc_func_t *call, struct tagRPCCall *rpc, array_t *iv)  rpcServerPing(rpc_func_t *call, struct tagRPCCall *rpc, array_t *iv)
 {  {
        AIT_SET_U16(io_getVars(RPC_FUNC_RETVARS(call), 0), ntohs(rpc->call_seq));        if (rpc->call_req.flags == RPC_REPLY)
                 AIT_SET_U16(io_getVars(RPC_FUNC_RETVARS(call), 0), ntohs(rpc->call_seq));
 
         return 0;          return 0;
 }  }
   

Removed from v.1.7.2.7  
changed lines
  Added in v.1.7.2.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>