]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/mount.rs
client: use tools::pipe instead of nix
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 30 Nov 2020 09:48:34 +0000 (10:48 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 30 Nov 2020 10:25:53 +0000 (11:25 +0100)
commit35fe981c7d1b8964cf5b53c8e8d3a4f2afe4abc5
tree72ecefc586a57484596a9a1e27362546a5561b8f
parentb6570abe79f4ba9ec2020aa899c27eedd08cb294
client: use tools::pipe instead of nix

nix::unistd::pipe returns unguarded RawFds which should be
avoided

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/bin/proxmox_backup_client/mount.rs