Diff for /libaitrpc/src/cli.c between versions 1.25.2.4 and 1.26.4.1

version 1.25.2.4, 2015/06/29 22:29:25 version 1.26.4.1, 2016/06/23 15:35:14
Line 570  rpc_cli_execCall(rpc_cli_t *cli, int noreply, u_short  Line 570  rpc_cli_execCall(rpc_cli_t *cli, int noreply, u_short 
                 array_t * __restrict in_vars, array_t ** __restrict out_vars)                  array_t * __restrict in_vars, array_t ** __restrict out_vars)
 {  {
         int type = 0, wlen;          int type = 0, wlen;
         u_char *buf;  
         u_int seq = 0;          u_int seq = 0;
   
         if (!cli) {          if (!cli) {
Line 581  rpc_cli_execCall(rpc_cli_t *cli, int noreply, u_short  Line 580  rpc_cli_execCall(rpc_cli_t *cli, int noreply, u_short 
                         type = cli->cli_id;                          type = cli->cli_id;
                 else                  else
                         seq = random(); /* sign package */                          seq = random(); /* sign package */
                 buf = AIT_GET_BUF(&cli->cli_buf);  
         }          }
         if (out_vars)          if (out_vars)
                 *out_vars = NULL;                  *out_vars = NULL;

Removed from v.1.25.2.4  
changed lines
  Added in v.1.26.4.1


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