Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8982a92 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11840485 from 02f3f977 to 24Q3-release

Change-Id: I4152e79bc4d1a8f7e339f3df91d12d5711cb0014
parents f081289c 02f3f977
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ impl ClientMap {
    }

    pub fn get_mut(&mut self, id: &[u8]) -> Option<&mut Client> {
        self.clients.get_mut(&id.to_vec())
        self.clients.get_mut(id)
    }

    pub fn iter_mut(&mut self) -> hash_map::IterMut<ConnectionID, Client> {