fix: at least two snapshots were needed to start replication

This commit is contained in:
Anton Schirg
2018-08-30 17:50:43 +02:00
parent 32391adf4f
commit f387e23214
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -87,7 +87,6 @@ type FilesystemVersionFilter interface {
Filter(t VersionType, name string) (accept bool, err error)
}
//FIXME Seems to always forget first snapshot
func ZFSListFilesystemVersions(fs *DatasetPath, filter FilesystemVersionFilter) (res []FilesystemVersion, err error) {
listResults := make(chan ZFSListResult)