]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: fix a typo in debugging log in virNetServerProgramSendStreamData
authorGuannan Ren <gren@redhat.com>
Sun, 28 Aug 2011 05:46:52 +0000 (13:46 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 29 Aug 2011 17:35:49 +0000 (11:35 -0600)
commitbae460fc56f52b32b01de4cd67ddf5fce1e18416
tree7299f38e511fa4afdfacc6ec939baad69c39de46
parenta71f8fc70f47c6b21c333523cc08e6f35218038e
rpc: fix a typo in debugging log in virNetServerProgramSendStreamData

The bufferOffset has been initialized to zero in virNetMessageEncodePayloadRaw(),
so, we use bufferLength to represent the length of message which is going to be
sent to client side.
src/rpc/virnetserverprogram.c