Re: [libvirt] [PATCH] Ensure LXC/QEMU APIs set the filename for errors

2013-08-02 Thread Jiri Denemark
On Fri, Aug 02, 2013 at 12:17:03 +0100, Daniel Berrange wrote: > From: "Daniel P. Berrange" > > The virLibConnError macros in libvirt-lxc.c and > libvirt-qemu.c were passing NULL for the filename. > This causes a crash if the logging code is configured > to use journald. > > Signed-off-by: Danie

[libvirt] [PATCH] Ensure LXC/QEMU APIs set the filename for errors

2013-08-02 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The virLibConnError macros in libvirt-lxc.c and libvirt-qemu.c were passing NULL for the filename. This causes a crash if the logging code is configured to use journald. Signed-off-by: Daniel P. Berrange --- src/libvirt-lxc.c | 6 +++--- src/libvirt-qemu.c | 6 +++--