[libvirt] [PATCH 2/2] virutil: fix virGetSCSIHostNumber stub return type

Roman Bogorodskiy bogorodskiy at gmail.com
Thu Oct 30 05:59:55 UTC 2014


  John Ferlan wrote:

> On 10/29/2014 02:20 PM, Roman Bogorodskiy wrote:
> > The virGetSCSIHostNumber function return type is int, however
> > its stubbed version returns NULL. That results in a build fail
> > on systems that uses the stubbed version. Fix by using a proper
> > return type.
> > ---
> >  src/util/virutil.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> 
> ACK - (me who once again gets bit by cut-n-paste of functions)

Pushed, thanks!

Roman Bogorodskiy




More information about the libvir-list mailing list