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

Commit b68c3499 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Add Nat64Prefix to LinkProperties copy constructor

The attribute is copied when parceling/unparceling so should also be
preserved in the copy constructor.

Test: tests based on this pass
Change-Id: Ia48d94fc075e6414f537dad181a236be5a32b41b
parent be8881da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -191,6 +191,7 @@ public final class LinkProperties implements Parcelable {
            }
            setMtu(source.mMtu);
            mTcpBufferSizes = source.mTcpBufferSizes;
            mNat64Prefix = source.mNat64Prefix;
        }
    }