mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-03 20:34:50 +00:00
sys: double-parse fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
df5eb296cc
commit
2ef0e795a7
@ -202,7 +202,7 @@ impl MountInfo {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
acc.push(Entry::parse(line)?);
|
acc.push(entry);
|
||||||
Ok(acc)
|
Ok(acc)
|
||||||
})?;
|
})?;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user