16 Oct
                
                    2008
                
            
            
                16 Oct
                
                '08
                
            
            
            
        
    
                5:05 p.m.
            
        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