[pbs-devel] [PATCH proxmox-backup 09/12] realm sync: add sync job for AD realms
Lukas Wagner
l.wagner at proxmox.com
Wed Aug 9 12:12:37 CEST 2023
On Tue Aug 8, 2023 at 2:22 PM CEST, Christoph Heiss wrote:
> use crate::server::jobstate::Job;
> @@ -102,6 +103,7 @@ pub fn sync_realm(
> let upid_str = crate::server::do_realm_sync_job(
> job,
> realm.clone(),
> + realm_type_from_name(&*realm)?,
^ Clippy: warning: deref which would be done by auto-deref, change to
`&realm`
More information about the pbs-devel
mailing list