Re: [libvirt] [PATCH v2] virfile: Check for existence of dir in virFileDeleteTree

2015-09-16 Thread Martin Kletzander
On Wed, Sep 16, 2015 at 10:01:46AM -0400, John Ferlan wrote: Commit id 'f1f68ca33' added code to remove the directory paths for auto-generated sockets, but that code could be called before the paths were created resulting in generating error messages from virFileDeleteTree indicating that the fil

[libvirt] [PATCH v2] virfile: Check for existence of dir in virFileDeleteTree

2015-09-16 Thread John Ferlan
Commit id 'f1f68ca33' added code to remove the directory paths for auto-generated sockets, but that code could be called before the paths were created resulting in generating error messages from virFileDeleteTree indicating that the file doesn't exist. Rather than "enforce" all callers to make the