sys: double-parse fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-17 13:32:21 +01:00
parent df5eb296cc
commit 2ef0e795a7

View File

@ -202,7 +202,7 @@ impl MountInfo {
);
}
};
acc.push(Entry::parse(line)?);
acc.push(entry);
Ok(acc)
})?;