]> xenbits.xensource.com Git - libvirt.git/commit
Add missing checks for whether the connection is open in dispatcher
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Apr 2011 16:33:49 +0000 (17:33 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 13 Apr 2011 18:01:11 +0000 (19:01 +0100)
commitaaa6d7eb39ecd94537d2c47e6c92dfb427a94b81
treed936d7d039a4d3111b2b8a33587c001018b67eac
parent36b652138beb8e6dc16cdc16b2875f6186e6ed7b
Add missing checks for whether the connection is open in dispatcher

Many functions did not check for whether a connection was
open. Replace the macro which obscures control flow, with
explicit checks, and ensure all dispatcher code has checks.

* daemon/remote.c: Add connection checks
daemon/remote.c