Fix compilation

This commit is contained in:
2020-05-16 20:44:34 +01:00
parent 52f13a3589
commit 9564a16aa2

View File

@@ -288,7 +288,7 @@ impl Connection {
let _c_rc4 = c_rc.clone();
let _contact_list_iface =
telepathy::connection_interface_contact_list_server(&f, (), move |_| c_rc4.clone());
telepathy::connection_interface_contact_list_server(&f, (), move |_| _c_rc4.clone());
let c_rc5 = c_rc.clone();
let requests_iface =