Correct typo variable
Bug: 196453719 Test: atest FrameworksNetTests Change-Id: I97604d077433f4c5505912f9cbebab77a43fb548
This commit is contained in:
committed by
Chiachang Wang
parent
018758595d
commit
980e767188
@@ -74,7 +74,7 @@ public final class NattKeepalivePacketData extends KeepalivePacketData implement
|
||||
if (srcAddr instanceof Inet4Address && dstAddr instanceof Inet4Address) {
|
||||
return nattKeepalivePacketv4(
|
||||
(Inet4Address) srcAddr, srcPort, (Inet4Address) dstAddr, dstPort);
|
||||
} else if (srcAddr instanceof Inet6Address && dstAddress instanceof Inet6Address) {
|
||||
} else if (srcAddr instanceof Inet6Address && dstAddr instanceof Inet6Address) {
|
||||
return nattKeepalivePacketv6(
|
||||
(Inet6Address) srcAddr, srcPort, (Inet6Address) dstAddr, dstPort);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user