remove comment
This commit is contained in:
parent
f3545e6f98
commit
a3b1f9b8ae
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ extension PacketTunnelProvider {
|
|||
if let lastHandshakeValue = lastHandshakeString, let handshakeValue = Int64(lastHandshakeValue) {
|
||||
lastHandshake = handshakeValue
|
||||
} else {
|
||||
lastHandshake = -2 // Trả về lỗi nếu không có giá trị last_handshake_time_sec
|
||||
lastHandshake = -2
|
||||
}
|
||||
|
||||
let response: [String: Any] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue