src/bin/proxmox-backup-proxy.rs: fix typo in pkcs12 error message

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2019-05-29 15:43:34 +02:00 committed by Dietmar Maurer
parent 1ce2f7cfb9
commit 97eeea3b4a
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ fn run() -> Result<(), Error> {
let identity = match native_tls::Identity::from_pkcs12(&raw_cert, "") {
Ok(data) => data,
Err(err) => bail!("unabled to decode pkcs12 identity {} - {}", cert_path, err),
Err(err) => bail!("unable to decode pkcs12 identity {} - {}", cert_path, err),
};
let server = daemon::create_daemon(