Diff for /libaitrpc/src/cli.c between versions 1.7.2.1 and 1.7.2.2

version 1.7.2.1, 2012/03/28 11:07:36 version 1.7.2.2, 2012/03/29 00:46:17
Line 353  rpc_cli_execCall(rpc_cli_t *cli, int noreply, const ch Line 353  rpc_cli_execCall(rpc_cli_t *cli, int noreply, const ch
                         wlen += ret;                          wlen += ret;
         }          }
   
           rpc->call_len = htons(wlen);
   
         /* calculate CRC */          /* calculate CRC */
         rpc->call_crc ^= rpc->call_crc;          rpc->call_crc ^= rpc->call_crc;
         rpc->call_crc = htons(crcFletcher16((u_short*) buf, io_align(wlen, 1) / 2));          rpc->call_crc = htons(crcFletcher16((u_short*) buf, io_align(wlen, 1) / 2));

Removed from v.1.7.2.1  
changed lines
  Added in v.1.7.2.2


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