Re: [libvirt] [PATCH] conf: node_device: fix wrong XML element reference

2016-03-21 Thread Cole Robinson
On 03/21/2016 07:55 AM, Bjoern Walk wrote: > When reading in a XML definition for a SCSI target device, the name > property of struct scsi_target refers to the @target element. > > Let's fix this obvious typo. > > Signed-off-by: Bjoern Walk > Reviewed-by: Boris Fiuczynski > --- > src/conf/node

[libvirt] [PATCH] conf: node_device: fix wrong XML element reference

2016-03-21 Thread Bjoern Walk
When reading in a XML definition for a SCSI target device, the name property of struct scsi_target refers to the @target element. Let's fix this obvious typo. Signed-off-by: Bjoern Walk Reviewed-by: Boris Fiuczynski --- src/conf/node_device_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 dele