Re: [Qemu-devel] [PATCH] block/iscsi: fix uninitialized variable

2014-12-23 Thread Paolo Bonzini
On 23/12/2014 16:30, Peter Wu wrote: > 'ret' was never initialized in the success path. > > Signed-off-by: Peter Wu > --- > Hi, > > Found this warning when compiling with --enable-debug. This issue was > previously > fixed as part of Peter Lieven's patch series[1] but it never seemed to get >

[Qemu-devel] [PATCH] block/iscsi: fix uninitialized variable

2014-12-23 Thread Peter Wu
'ret' was never initialized in the success path. Signed-off-by: Peter Wu --- Hi, Found this warning when compiling with --enable-debug. This issue was previously fixed as part of Peter Lieven's patch series[1] but it never seemed to get merged. Kinds regards, Peter [1]: https://lists.gnu.org/