Daniel P. Berrange wrote:
>>  enum {
>> -    VIR_STORAGE_POOL_NETFS_AUTO = 0,
>> +    VIR_STORAGE_POOL_NETFS_UNKNOWN = 0,
>> +    VIR_STORAGE_POOL_NETFS_AUTO = 1,
>>      VIR_STORAGE_POOL_NETFS_NFS,
>> +    VIR_STORAGE_POOL_NETFS_LAST,
>>  };
> 
> I missed that one last time around - no need for "unknown" there. Just
> fix that when committing - the rest is fine now.

Committed with this last change in place.

-- 
Chris Lalancette

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to