Clean virConnectPtr object on client disconnect. Fix cleanup when access checks fail

This commit is contained in:
Daniel P. Berrange
2007-07-12 15:04:05 +00:00
parent a219c3aba8
commit c0a3f03f4d
2 changed files with 15 additions and 6 deletions

View File

@@ -1,4 +1,11 @@
Thu Jul 12 10:57:17 CEST 2007 Daniel Veillard <veillard@redhat.com>
Thu Jul 12 11:02:17 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* qemud/qemud.c: Fix cleanup when client access checks fail
so we don't accidentally register a dead client with the
event loop. Force close the virConnectPtr object if it is
still open when a client connection goes away
Thu Jul 12 11:00:17 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* qemud/qemud.c: Add explicit checks for existance of x509
certificate & key files to get better error reporting than