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

Commit 7817393e authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "Add Nat64Prefix to LinkProperties copy constructor"

am: d1df42bb

Change-Id: If0b47f74b9ac1016ab7e72574745e12e525e2555
parents 3dc6ce7e d1df42bb
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;
        }
    }