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

Commit e9202ff0 authored by Jesse Melhuish's avatar Jesse Melhuish Committed by Automerger Merge Worker
Browse files

Merge "Floss: Use fluoride's "empty" UUID instead of null" am: 394d7976 am: 25e71c84

parents 35438fde 25e71c84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ impl BtSocket {

        let uuid = match service_uuid {
            Some(uu) => Some(Uuid::from(uu)),
            None => None,
            None => Some(Uuid::from([0; 16])),
        };
        let uuid_ptr = LTCheckedPtr::from(&uuid);