
30 Oct
2014
30 Oct
'14
6:59 a.m.
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