]> git.proxmox.com Git - proxmox-backup.git/commit
remove pbs_client::connect_to_localhost
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Sep 2021 11:58:07 +0000 (13:58 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Sep 2021 12:11:26 +0000 (14:11 +0200)
commitb62edce929a7c5f6403e30af97e6878ddd3c134c
tree8ea5db7cba0013921dbd2872a7f55e876de2eaa8
parent67678ec39c53e43bc2077dd23e6026a9fba3f9eb
remove pbs_client::connect_to_localhost

It also used `CertInfo` from pbs-tools which is also server
specific.

The original helper is now in the main crate's
client_helpers instead.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
pbs-client/src/lib.rs
src/client_helpers.rs