44178b8 virutil: fix virGetSCSIHostNumber stub return type

Authored and Committed by Roman Bogorodskiy 9 years ago
    virutil: fix virGetSCSIHostNumber stub return type
    
    The virGetSCSIHostNumber function return type is int, however
    its stubbed version returns NULL. That results in a build fail
    on systems that use the stubbed version. Fix by using a proper
    return type.
    
        
file modified
+1 -1