]> git.ipfire.org Git - thirdparty/libvirt.git/commit
client rpc: Drop unused return value of virNetClientSendNonBlock
authorJiri Denemark <jdenemar@redhat.com>
Fri, 8 Jun 2012 13:24:06 +0000 (15:24 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 13 Jun 2012 13:41:33 +0000 (15:41 +0200)
commitca9b13e3733195d400effaca0ef13e4545a3b608
tree276c22404eda777589d257974844827e633bef40
parentef392614aa585d168e618ffaf2c83545d81f0113
client rpc: Drop unused return value of virNetClientSendNonBlock

As we never drop non-blocking calls, the return value that used to
indicate a call was dropped is no longer needed.
src/rpc/virnetclient.c