• J
    NFS storage pool: Fix libvirtd crash due to refactor edit · 30283b86
    John Ferlan 提交于
    Commit id '18642d10' refactored the call to virCommandRunRegex()
    inside a new function virStorageBackendFileSystemNetFindNFSPoolSources(),
    but the cut-n-paste didn't remove the "&state".  Now that state is passed
    by reference, it results in a libvirtd core with a messages entry:
    
    "...internal error: unknown storage pool type Unknow"
    30283b86
storage_backend_fs.c 42.5 KB