ef2e6f4 util: storage: Fix error type in virStorageSourceParseBackingURI

Authored and Committed by Peter Krempa 9 years ago
    util: storage: Fix error type in virStorageSourceParseBackingURI
    
    The gluster volume name extraction code was copied from the XML parser
    without changing the VIR_ERR_XML_ERROR error code. Use
    VIR_ERR_CONFIG_UNSUPPORTED instead.
    
        
file modified
+1 -1